1. Is there Any Code to read RSSI of Bluetooth Device , on Windows 7 ?

  2. Which Language Should i use : - Java -C/C++ -C# .. ?

link|improve this question

40% accept rate
feedback

2 Answers

readRSSI method of Java bluecove.org's API may be what you are looking for. You can find an example code here.

link|improve this answer
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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.