小程序蓝牙连接设备,wx.getBLEDeviceCharacteristics返回特征值问题?
发布于 6 年前 作者 xuejie 2557 次浏览 来自 问答

小程序蓝牙连接设备,通过 wx.getBLEDeviceCharacteristics API返回properties 对象{notify:false,write:false,indicate:false,read:true}。 返回通知,写入都未false。。 请问支持写入,通知该怎么调整。 通过lightBlue连接设备,是有写入,通知的。。

回到顶部