Is there Any Code to read RSSI of Bluetooth Device , on Windows 7 ?
Which Language Should i use : - Java -C/C++ -C# .. ?
|
feedback
|
|
readRSSI method of Java bluecove.org's API may be what you are looking for. You can find an example code here. | ||||
|
feedback
|
|
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 | |||
|
feedback
|