鸿蒙5.0/5.1版本小程序在与BLE蓝牙设备通信时,特征值的notify和indicate值都是false,这个在安卓或iOS上大部分是true的情况相比,确认下是否是未适配问题?
wx.notifyBLECharacteristicValueChange({
state: true,
deviceId: that.data.deviceId,
serviceId: that.data.services[0].uuid,
characteristicId: that.data.characteristics[1].uuid,
success: function (res) {
//发送指令
wx.hideLoading()
that.send(that);
},
fail(res) {//失败隐藏提示
wx.hideLoading()

这个鸿蒙是支持的,看看微信版本多少呢