I am creating an IOS App to connect into a Bluetooth Device using Classic Bluetooth with Mpi using ExternalAccessory Framework.
Using showBluetoothAccessoryPicker
method, I can display an alert with a list of devices that allows the user to select one Device to pair.
I can perform Steps 1 -5 of my use case as below. However I not able to perform step 6
Use case:
- The User picks one Device to pair. On that case, I am using
showBluetoothAccessoryPicker
- The App stores, into a variable, the accessory that the user picked
- Turn off the Device
- The App shows an alert "Connection dropped"
- Turn On the Device
- The App needs to reconnect with the Device automatically without needs to select it into a list.
Is there any way or method to pair a device without display a list?