bcsphere/bluetooth

ios 下设备异常断开连接,app端没有接收到回调

Closed this issue · 2 comments

调查发现上一个版本是正常的

if (isConnectedByManager) {

在 didDisconnectPeripheral 这个函数里面有 isConnectedByManager 来进行判断,是app主动断开连接还是设备异常断开连接的

而在最新的代码里面无法 用 [self.urlAndCallback valueForKey:deviceAddress] 来进行区分这一情况,导致设备异常断开连接时,无法将EVENT_DISCONNECT 消息回调给app

ok 更新一下吧 感谢反馈

fixed, thanks