1008 notifyBLECharacteristicValueChange
现象:连接设备成功后=>调用 wx.getBLEDeviceServices 收索设备服务=>搜索到特征值支持 notify 或者 indicate时 调用 wx.notifyBLECharacteristicValueChange=>报错1008,错误信息如下: "notifyBLECharacteristicValueChange:fail set notify failed. deviceID = C3143BEE-B961-35D2-D258-C0A8A44A****, serviceID = DC03900D-7C54-44FA-BCA6-C61732A2***, characteristicID = B77ACFA5-8F26-4AF6-815B-74D03B45***, errMsg = The attribute could not be found." 备注: 1.Android 没问题,只有IOS报错。 2.使用官方demo 也是报同样的错。