Open GoogleCodeExporter opened 9 years ago
Correction. On version 2.1.0,
LocalDevice.getProperty("bluecove.nativeFunction:getRemoteDeviceRSSI:" +
btDevice.getBluetoothAddress());
does not throw an exception, but returns -1, always.
Original comment by abc6...@gmail.com
on 3 Oct 2009 at 8:40
I had the same problem and it seems that the reason for the problem occurring
is
that you need to have a connection to the device before you can inquire the
RSSI.
Here is where my problem surfaces, as I do not really want to have a
connection, as
I am just scanning for devices and I would like to know if they are close or
far to
me. Not in meters, but on some relative scale (RSSI). If you have to establish
a
connection you also have to allow this on the remote device which is cumbersome
and
not really possible to do automatically.
Is there a serviceUUID that allows a connection without exchange of pin-codes
or the
like?
Best regards,
Nicolai Schou
Original comment by pali...@gmail.com
on 24 Jan 2010 at 1:20
Performing a services search is enough to get some connections established and
to read RSSI value.
Original comment by fernando...@gmail.com
on 20 Dec 2011 at 11:20
I am having a similar problem with my code..do you still have your code if so
do you mind if I have a look at it??
Original comment by averyand...@gmail.com
on 9 Jul 2012 at 6:27
Original issue reported on code.google.com by
abc6...@gmail.com
on 3 Oct 2009 at 7:41