Hi, we are trying out AccessorySetupKit on our app for pairing with an IoT device via Bluetooth. I can see from this WWDC2024 talk Meet AccessorySetupKit that ASK supports BLE pairing methods with a PIN code.
- Is that enabled through this bluetoothPairingLE option on
ASAccessory.SupportOptions
? - Is it correctly understood that this is referring to the Secure Simple Pairing feature in the BLE specs?
- This might be due to my unfamiliarity with Secure Simple Pairing, but does it require the PIN code again after it has been paired but disconnected and then re-connected?
Any help here would be greatly appreciated.