iOS Question Bluetooth connection with paired device (not a BLE device)

Turbo3

Active Member
Licensed User
Longtime User
Is there a way to get a list of Paired Bluetooth devices (not BLE devices)?

If yes, how can I initiate a connection with that device?

Using the iExternalAccessory library my app can communicate with the Bluetooth device if I first manually go into iOS Settings/Bluetooth and connect to it.

But when the device goes into sleep mode (forcing a disconnection) I need to manually connect again. I would like my app to be able to restart the connection automatically.

Again this is not a BLE device but an Apple approved Bluetooth one which is treated as an external accessory. The special library allows my app to access it. That part works fine.
 
Top