3

設定を見ると、Bluetooth がオンになっています。しかし

- (void) centralManagerDidUpdateState:(CBCentralManager *)central

戻り値

central.state == CBCentralManagerStateUnsupported

どういう意味ですか?

iPad モデル mc796rs/a および iOS 7.0.3

4

1 に答える 1

8

iPad 2 には bluetooth 4 (低エネルギー) チップがないため、CBCentralManagerStateUnsupportedサポートされていません。

于 2014-01-31T10:09:49.063 に答える