Android 上同时进行蓝牙和 Wi-Fi 扫描
I have developed the code for continuous and simultaneous Wi-Fi (link) and Bluetooth (link) scanning. I found out that when both scannings are activated then the number of Wi-Fi ScanResults drops approximately by half. Can I assume that it could be the interference issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果它们的信号处于同一波范围内,它们的信号就会相互干扰。看起来确实是这样的。请参阅这篇文章了解 wifi/蓝牙 GHz 范围;它还可能为您提供您正在寻找的其他信息:
通过 wifi 的蓝牙协议?
Their signals interfere with each other if they are in the same wave range. It looks like this is the case. See this post for the wifi/bluetooth GHz ranges; it may also provide you with additional information you are looking for:
Bluetooth protocol over wifi?