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

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

A.R
  • 173
  • 1
  • 7
  • 14

2 Answers2

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