views:

44

answers:

1

hi there!

i need to get a list of available bluetooth devices in the area using google android 2.1

thing is, i don't just need a list of those devices, i need some unique id for each device found and i need an indicator, how "good" the signal is received (like the "level" in android.wifi.ScanResult)... how do i do that?

+1  A: 

Here there is a complete example to discover devices.

You could use the MAC address as unique ID.

About signal strenght i think you should use RSSI (Received Signal Strength Indicator).

hara
someone has experience on this RSSI thing? i'm a bit insecure here, since this is definded as a constant?
xenonite