문제

In settings I see Bluetooth is turned on. But

- (void) centralManagerDidUpdateState:(CBCentralManager *)central

returns

central.state == CBCentralManagerStateUnsupported

What does it mean?

iPad model mc796rs/a and iOS 7.0.3

도움이 되었습니까?

해결책

The iPad 2 does not have a bluetooth 4 (low energy) chip, so CBCentralManagerStateUnsupported means that it is not supported.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top