Is there Any Code to read RSSI of Bluetooth Device , on Windows 7 ?
Which Language Should i use : - Java -C/C++ -C# .. ?
Asked
Active
Viewed 3,433 times
2 Answers
2
readRSSI method of Java bluecove.org's API may be what you are looking for. You can find an example code here.

Bao
- 326
- 2
- 7
-1
Note that the built-in Microsoft Bluetooth stack has NO api for getting RSSI. You'd need to use Widcomm, BlueSoleil, or etc...
See e.g. http://32feet.codeplex.com/wikipage?title=Peer%20Device%20Information&referringTitle=Documentation

alanjmcf
- 3,430
- 1
- 17
- 14