3

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

Mike
  • 481
  • 10
  • 24

1 Answers1

8

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

rckoenes
  • 69,092
  • 8
  • 134
  • 166