Hello,
I brefely explain what I need, and I would know if it's possibile to do this with your library.
I'm developing an application for a standalone kiosk that manages images, which has a bluetooth dongle.
The need of my application it to receive images / videos from mobile phones.
With some phones, pairing is not needed: I just have to properly set security parameter of the bluetooth dongle driver software.
But, with the last generation phones, this is not enough, so I found that pairing is needed.
So here comes your lib.
See that in my app is "touch screen" (so no keyb is connected), what I would do is the following:
- tell the customer to set his phone to be discoverable
- launch a "discover" with your authenticator.
- the customer selects his device from a list that is filled from your lib.
- once he selects his device, a connect request is launched from your authenticator, with a default PIN (let's say, '0000')
- the customer is asked to digit 0000 on his phone
- once the device is connected, the customer can send images to my the kiosk.
I thought that this was possibile, but I'm encountering some problems because it seems that the default pin is not settable: so, a "driver" window appears on the kiosk, asking to set a pin for the connection.
Is there a workaround for this? Am I doing something wrong?
Thank you in advance
superpole