发现期间的蓝牙 RSSI 测量
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,您可以获得所发现设备的 RSSI,
请参阅此
Yes you can get the RSSI for the device discovered ,
See this
对于标准 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.