在设置中,我看到蓝牙已打开。但
- (void) centralManagerDidUpdateState:(CBCentralManager *)central
返回
central.state == CBCentralManagerStateUnsupported
这是什么意思?

iPad 型号 mc796rs/a 和 iOS 7.0.3

最佳答案

iPad 2 没有蓝牙4(低功耗)芯片,所以 CBCentralManagerStateUnsupported 表示不支持。

关于ios - 平台不支持低功耗蓝牙中心/客户端角色,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/21477219/

10-14 23:31