ios 蓝牙写入警告
蓝牙调用写方法时报警告self.peripheral?.writeValue(data!, for: self.characteristic!, type:CBCharacteristicWriteType.withoutResponse)
警告如下:
[CoreBluetooth] WARNING: Characteristic <CBCharacteristic: 0x1700b5840, UUID = FFF3, properties = 0x8, value = (null), notifying = NO> does not specify the "Write Without Response" property - ignoring response-less write
我有两代蓝牙设备,他们的CBPeripheral不一样,第一代蓝牙设备的CBPeripheral只有一个,第二代蓝牙设备有5个,在做写操作时都是执行上面的self.peripheral?.writeValue(data!, for: self.characteristic!, type:CBCharacteristicWriteType.withoutResponse)
操作,第一代蓝牙设备没有警告,第二代就出现上面的警告,这个是为啥么?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论