fabiberlin / android-bluetooth

Automatically exported from code.google.com/p/android-bluetooth
0 stars 0 forks source link

remoteBluetoothDevice.pair() does not work #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.remoteBluetoothDevice.pair() 
2.
3.

What is the expected output? What do you see instead?
the public void pinRequested() or one of the other event listeners should
get triggered but nothing happens.  

What version of the product are you using? On what operating system?
G1, android 1.6, the latest code base .3

Please provide any additional information below.
I am not trying to connect to a headset.. I'm connecting to a roving
networks bluetooth chip. The scan works fine and the bluetooth chip shows
up but the pair does not work.  I am wondering if the other bluetooth
device class needs to be different.

Original issue reported on code.google.com by dskap...@gmail.com on 8 Dec 2009 at 1:01

GoogleCodeExporter commented 8 years ago
When I issue pair(). A notification appears briefly that asks for a pin. Check 
your 
notification area on top. It seems there is currently no way to make the 
application 
itself give user feedback for the requested pin.

Original comment by tomasvdw@gmail.com on 13 Jan 2010 at 4:22