CoreBluetooth pairing feedback / callback
问题 It feels like I'm missing something here, but how can I get feedback on whether pairing a passcode protected peripheral failed or succeeded? When I to connect a peripheral which is password protected the password UIAlertView pops up and the peripheral connects (didConnectPeripheral is called) and disconnects (didDisconnectPeripheral) immediately. [bluetoothManager connectPeripheral:peripheral options:nil]; Now whether I enter the correct passcode, the wrong passcode or simply press cancel: on