发现期间的蓝牙 RSSI 测量

发布于 2024-11-25 13:36:32 字数 70 浏览 1 评论 0原文

BT 设备的 RSSI 可以在发现期间(即配对之前)测量吗?如果可以的话,在Android中如何实现呢?

谢谢

Can the RSSI of a BT device be measured during discovery, i.e. before pairing? If so, how to do it in Android?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

煞人兵器 2024-12-02 13:36:32

是的,您可以获得所发现设备的 RSSI,
请参阅

Yes you can get the RSSI for the device discovered ,
See this

你是暖光i 2024-12-02 13:36:32

对于标准 Android 程序来说这是不可能的:您无法从非系统 APK 中查看未配对的设备。

如果您使用的是 root 设备并且拥有适当的权限,您可以访问蓝牙子系统使用的 dbus 套接字,并且可以通过 bluez api 获取该信息。

Not possible for a standard Android program: you have no visibility into non-paired devices from a non-system APK.

If you are on a rooted device and have the appropriate permission you can access the dbus socket used by the bluetooth subsystem and that information is available through the bluez api.

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