Tagged Questions
3
votes
2answers
4k views
Android 2.1: How do I poll the RSSI value of an existing Bluetooth connection?
I need to know the signal strength of a Bluetooth connection to a remote device that I make with my Android 2.1 phone. From the SDK, I can see that I can determine the RSSI at the time I discover the ...
2
votes
2answers
566 views
How to get Recieved Signal Strength Indicator (RSSI) of a bluetooth device?
I want to recognize bluetooth device with in my bluetooth device range that means i want to get particular device received signal strength indicator (RSSI).
Is any Java API for getting RSSI of a ...
1
vote
2answers
183 views
Reading Bluetooth Signal Strength
Is there Any Code to read RSSI of Bluetooth Device , on Windows 7 ?
Which Language Should i use : - Java -C/C++ -C# .. ?
1
vote
1answer
97 views
1
vote
1answer
379 views
Android RSSI value of Bluetooth returns -32768 always?
I am trying to get the current RSSI value of a connected bluetooth device at the click of a button. However it returns only -32768 always! Don't know what is wrong! However I was able to get the ...
1
vote
3answers
421 views
RSSI with pyBluez on WindowsXP
I'm using the pyBluez module on Python 2.6 on WindowsXP. I'd like to get the RSSI of other bluetooth devices around.
I foudn some code but it makes use of _bluetooth, which I cannto find anywhere for ...
1
vote
1answer
3k views
how to find Signal Strength of connected bluetooth devices
In one of my application I need to display all the Wifi and bluetooth devices which are paired to my mobile and it's Signal Strengths .Wifi side it is ok for me to display signal strength(RSSI).But i ...
1
vote
1answer
2k views
Android IRC Office Hours Question About Android Bluetooth RSSI
I have a question about bluetooth RSSI functionality on the Android (either 2.0 or 2.1):
It's easy enough to get the RSSI value when a bluetooth connection is created, but how can you repeatedly get ...
0
votes
1answer
189 views
proximity-based fob security device with bluetooth: how it works
i have been reading about proximity security devices through bluetooth, but i am wondering how it works in reality. As far as i have been reading, there are two techniques:
constant scanning from a ...
0
votes
1answer
180 views
Linux Bluetooth l2ping with signal strength (without connecting?)
For any Linux BlueZ/BT experts here:
I'm looking for a way to "ping" known BT devices (known BDADDR) and if they are in range I'd like to know the approximate signal strength.
I know that I could ...
0
votes
0answers
156 views
How to poll BT RSSI from active connection via Android Java API
I'm trying to write a program that can read the signal strength of a bluetooth device linked to my android handset.
I saw the long threads regarding the problems of retrieving RSSI from and active BT ...
0
votes
1answer
555 views
Read Bluetooth RSSI on Windows 7/Vista/XP
I need to read the RSSI of the Bluetooth link on a Windows desktop - ideally Windows 7 and XP, but would be enough Windows 7 too. From what I studied in Windows CE and Mobile, there is a method in the ...
0
votes
1answer
1k views
How to get bluetooth RSSI on android after discovery
I'm trying to write a program that can read the signal strength of a bluetooth device linked to my android 2.0 handset. Doesnt seem like android exposes anyway to get the RSSI unless it is during ...
0
votes
1answer
1k views
RSSI for Bluetooth
Can any one help me to write code for RSSI in Bluetooth. any tool and techniques used for this to find it easily