我正在 iOS6 中开发一个 BLE 应用程序。当我在设置为通知状态后CoreBluetooth[WARNING] Unknown error: 2
调用一个特性时,我得到了。readValueForCharacteristic
- (void)peripheral:(CBPeripheral *)peripheral didUpdateValueForCharacteristic:(CBCharacteristic *)characteristic error:(NSError *)error`
The delegate callback gets called with an unknown error from NSLog: `Error updating value for characteristic Unknown (<fef2>) error: Error Domain=CBErrorDomain Code=0 "Unknown error." UserInfo=0x1dd3b7e0 {NSLocalizedDescription=Unknown error.}
请给一些建议。