查询期间蓝牙设备的可发现性

发布于 2024-08-26 01:40:03 字数 178 浏览 4 评论 0原文

在我的设备上蓝牙属性给出

System.getProperty("bluetooth.sd.trans.max");

如1.
当它自己进行查询时,其他设备找不到它。
我希望我的设备在进行查询时可以被发现。 这可能吗?
提前致谢。

On my device bluetooth properties give

System.getProperty("bluetooth.sd.trans.max");

as 1.
It is not found by other device while it is making an inquiry itself.
I want to my device to be discoverable while its doing inquiry.
Is this possible ?
Thanks in advance.

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

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

发布评论

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

评论(1

星星的轨迹 2024-09-02 01:40:03

在大多数设备上,查询的优先级高于查询/页面扫描,因此不会:扫描可能会在查询过程中停止,并且您将不会被发现。

Inquiry is prioritised over inquiry/page scan on most devices, so no: scanning probably stops during the inquiry process, and you won't be discoverable.

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