标签: ios objective-c ipad bluetooth-lowenergy core-bluetooth
我正在处理连接到BLE外围设备的应用程序。
在iPhone 5,5s,5c上运行正常,但在我呼叫[peripheral discoverServices:nil]时在iPad Air(iOS 7.1.1)上它会因未解除的错误而断开连接。
[peripheral discoverServices:nil]
我也试过LightBlue app,它会产生同样的错误。
看起来像iOS的bug,有什么想法吗?