Read Bluetooth RSSI on Windows 7/Vista/XP

*爱你&永不变心* 提交于 2020-01-14 05:28:29

问题


I need to read the RSSI of the Bluetooth link on a Windows desktop - ideally Windows 7 and XP, but would be enough Windows 7 too. From what I studied in Windows CE and Mobile, there is a method in the Microsoft Bluetooth stack API called BthReadRSSI, but for desktop I couldn't found anything yet.

Does anybody have an workarround solution?


回答1:


The response is that in Windows if you are using MS Bluetooth driver stack you cannot get the RSSI. This apply for Windows dekstop versions: XP, Vista and 7. The MS stack works on the principle that they have link or they don't have link, and not taking in account the quality level of the signal. Relevant information can be found here.

Note: Windows CE bluetooth API contains a method for reading the RSSI, probably it was introduced because the device manufacturers asked for this feature.



来源:https://stackoverflow.com/questions/4790081/read-bluetooth-rssi-on-windows-7-vista-xp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!