发现后如何在android上获取蓝牙RSSI

发布于 2024-09-04 23:30:12 字数 163 浏览 4 评论 0原文

我正在尝试编写一个程序,可以读取链接到我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

饮惑 2024-09-11 23:30:12

否。仅在发现期间作为额外捆绑包 (EXTRA_RSSI)。

No. Only during discovery as a bundle extra (EXTRA_RSSI).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文