Corebluetooth错误

时间:2018-01-05 09:40:19

标签: swift bluetooth-lowenergy

我完全坚持为什么这段代码适用于iOS 10但不适用于iOS 11

let bytes: [UInt8] = [0x01, 0x01, 0x00, 0xC0, 0x00, 0x00]
let data = Data(bytes: bytes)
connectedPeripheral?.writeValue(data, for: characteristic, type: .withResponse)

在我编写命令的iOS 10上,我得到了一个响应,但在iOS 11上我编写了命令我没有得到响应并且它挂起。然后该应用程序告诉我,我已断开与设备的连接。

任何提示都会有所帮助。

0 个答案:

没有答案