設定を見ると、Bluetooth がオンになっています。しかし
- (void) centralManagerDidUpdateState:(CBCentralManager *)central
戻り値
central.state == CBCentralManagerStateUnsupported
どういう意味ですか?
iPad モデル mc796rs/a および iOS 7.0.3
設定を見ると、Bluetooth がオンになっています。しかし
- (void) centralManagerDidUpdateState:(CBCentralManager *)central
戻り値
central.state == CBCentralManagerStateUnsupported
どういう意味ですか?
iPad モデル mc796rs/a および iOS 7.0.3
iPad 2 には bluetooth 4 (低エネルギー) チップがないため、CBCentralManagerStateUnsupported
サポートされていません。