调用wx.createBLEConnection(Object object)连接成功后
我知道了设备的serviceId ,特征值Id 为什么调用wx.writeBLECharacteristicValue(Object object) 会报10004找不到特征值
必须要先调用
wx.getBLEDeviceServices()
wx.getBLEDeviceCharacteristics()
wx.writeBLECharacteristicValue()
才能写入成功,但是我的serviceId、特征值(写死的),还是同一个!!!
调用
可以设置几个变量分别记录几个特征id,需要时再来取。wx.writeBLECharacteristicValue() 需要写入权限的特征id、服务id,跟设备id,才能成功调用