I'm running into the exact same issue you are. Doing a general discovery never gets a RSSI value and technically the EXTRA _RSSI constant is only in the ACTION_FOUND intent isn't it? So I wouldn't assume that you'd need to be paired to get the value.
On Jan 27, 9:45 pm, Zhenan Hong <[email protected]> wrote: > Hi, > > I am working on Android platform 2.1 and trying to make an app that > can get theBluetoothsignal strength from remote devices. It seems i > should try to read the 'RSSI' > > something like : intrssi= intent.getIntExtra > (BluetoothDevice.EXTRA_RSSI, Integer.MIN_VALUE); > > But it just keep returning the latter default value. > > Did anyone ever manage to get the value ofRSSI? Do we need to pair > the device before getting theRSSI? > > Thanks!! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

