发现后如何在android上获取蓝牙RSSI
我正在尝试编写一个程序,可以读取链接到我的 android 2.0 手机的蓝牙设备的信号强度。 Android 似乎不会公开获取 RSSI,除非是在发现期间。检测到设备后,还有其他方法获取设备的信号强度吗?我读到了一种使用 NDK 访问底层 BlueZ API 的方法,但我不知道如何使用它。任何帮助将不胜感激。
I'm trying to write a program that can read the signal strength of a bluetooth device linked to my android 2.0 handset. Doesnt seem like android exposes anyway to get the RSSI unless it is during discovery. Is there any other way to get the signal strength of the device after the device has been detected? I read of a way to do it using NDK to access the underlying BlueZ API, but I dont know how to use that. Any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
否。仅在发现期间作为额外捆绑包 (
EXTRA_RSSI
)。No. Only during discovery as a bundle extra (
EXTRA_RSSI
).