writecharacteristicvalue这个接口,如果写的方式是write\_no\_response,是不是没有回调返回?https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V5/js-apis-bluetooth-ble-V5\#writecharacteristicvalue-1
跟回调没关系,WRITE\_NO\_RESPONSE不需要对端设备回复就可以发下一个包,WRITE需要对端设备回复后才发下一个包。