using U3DXT.iOS.Bluetooth BluetoothXT to detect attached device

I’m trying to get an App to detect wether a bluetooth keyboard is currently paired / attached using the U3DXT BluetoothXT class.

How would I do such a thing - I have no idea where to start?

/sheepish look
:slight_smile:

1 Answer

1

Sorry, it doesn’t look like it’s possible with the CoreBluetooth framework that our plugin exposes, since that is only for BLE devices. There are other native ways to do it, but they look kinda hackish. ios - How can I detect if an external keyboard is present on an iPad? - Stack Overflow