iOS 6 CoreBluetooth Pairing / Forgetting (2 questions)

前端 未结 2 1763
粉色の甜心
粉色の甜心 2020-12-28 17:43

We have a bondable (when we connect we are asked to Pair, see question 2) Bluetooth 4.0 peripheral that we have manufactured and have written an iOS app for.

<
2条回答
  •  南方客
    南方客 (楼主)
    2020-12-28 17:47

    When you click 'cancel' on the bonding dialog iOS will call the delegate method 'centralManagerDidUpdateState' with the state being 'CBCentralManagerResetting'. If you click pair then the command will proceed normally.

提交回复
热议问题