美文网首页
IOS接口wx.writeBLECharacteristicVa

IOS接口wx.writeBLECharacteristicVa

作者: hao_developer | 来源:发表于2022-09-15 10:40 被阅读0次

IOS写入指令一直提示

"指令发送---失败":{"errCode":1008,"erron":1500104,"errMsg":"writeBLECharacteristicValue:fail write characteristics error. 1008,errMsg=Unlikely error."}
image.png

问题解决
微信开放文档

优先使用:writeNoResponse
iOS默认优先采用有回复写,可以通过指定writeType:"writeNoResponse"来采取无回复写与android对齐

image.png

相关文章

网友评论

      本文标题:IOS接口wx.writeBLECharacteristicVa

      本文链接:https://www.haomeiwen.com/subject/sxprortx.html