How to quickly and stably scan to low-power Bluetooth #1714
Unanswered
cgleiyucun
asked this question in
Q&A
Replies: 1 comment
-
The peripheral will need to advertise more frequently in order to connect more quickly. There isn't a way to scan more quickly if the peripheral is not also advertising more quickly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is currently a low-power Bluetooth that sends a broadcast once per second. I use USB Bluetooth (version 5.3) for scanning on Windows 11, and it takes 1-10 seconds to scan the low-power Bluetooth. The time span is large, and there are also situations where it cannot be scanned. How can I modify the code to ensure stable and fast scanning of the low-power Bluetooth
现有一个低功耗蓝牙,每秒发送一次广播。我在Windows11上使用USB蓝牙(5.3版本)进行扫描,扫描到该低功耗蓝牙所需时间为1-10秒,时间跨度很大,也存在扫描不到的情况,我需要如何修改代码才能保证可以稳定快速的扫描的该低功耗蓝牙
windows11
bleak 0.22.3
python3.10
Beta Was this translation helpful? Give feedback.
All reactions