fabiberlin / android-bluetooth

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

How to get the bonded devices(already paired) using LocalBluetoothDevice? #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

I would like to get the list of devices already paired. I found out that there 
is no method to do that in the LocalBluetoothDevice class.

Is there any other way i can get the list of devices paired with the local 
device? 

I am using the OS version 1.6. 

thanks

Original issue reported on code.google.com by sasikuma...@gmail.com on 9 Jun 2010 at 5:30

GoogleCodeExporter commented 8 years ago
do a scan and check loop thru a IsPaired

Original comment by becker...@gmail.com on 17 Jul 2010 at 1:47