I was wondering if there are any softwares on windows that can measure the signal strength of the connected bluetooth device?
Asked
Active
Viewed 3,967 times
1 Answers
1
You can use PyBluez to interact with the Bluetooth stack. They have example code that does inquiry scan and prints RSSI
http://code.google.com/p/pybluez/source/browse/trunk/examples/advanced/inquiry-with-rssi.py
TJD
- 121
- 1