Questions regarding PIN code pairing in AccessorySetupKit

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.

  1. Is that enabled through this bluetoothPairingLE option on ASAccessory.SupportOptions?
  2. Is it correctly understood that this is referring to the Secure Simple Pairing feature in the BLE specs?
  3. 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.

Also, in case the user wants to forget the current device so they can set up a new one, is that possible for the app to do?

Questions regarding PIN code pairing in AccessorySetupKit
 
 
Q