Hi,
I'm developing an Android app that will be used on Samsung Galaxy Tab devices only in which the user can connect, through BLE, to another device, which is a module added onto a circuit board. I'm using your Android-BLE-library V2.9.0 to do so.
I have the possibility to automatically enter the pincode needed instead of asking the user to enter it manually to pair with a device and I would like to do so in order to improve the usability of my app.
So the behavior I want is: The user click on a BLE module available and discovered, then it automatically pair and connect to it without showing any popup asking for a pincode.
By looking on your library I thought that overriding onPairingRequestReceived and calling device.setPin would be my solution. But it appears that the Samsung system doesn't care and shows the system app that ask the user to enter the pincode.
Did you ever hear about this kind of issue? Is there any workaround?
Thank you very much for your help!