bluetooth pair dialog removal

Hi,


When I connect to a Bluetooth device for the first time, there is always a Bluetooth pairing request dialog. According to the needs for my app, I don't need that dialog for any device connection for the first time. How can I override it, so that any Bluetooth device can be connected when selected from the device list without showing up the dialog?


Is it possible to remove the pairing dialog with no encrypted services and characteristics being used but using core Bluetooth framework in order to connect to the Bluetooth device?


It would be really helpful if someone can guide me here.


Thanks,

Marc

Replies

You should configure your BT accessory to use a pairing method that doesn't involve user input
see here:
https://blog.bluetooth.com/bluetooth-pairing-part-1-pairing-feature-exchange

So, it doesn't depend on the framework being used for Bluetooth connection?