本帖最后由 Fable 于 2023-2-18 01:19 编辑
是用esphome刷的蓝牙代理么
参考这两个文档,扫描间隔要自己改固件配置
https://esphome.io/components/bluetooth_proxy.html
https://esphome.io/components/esp32_ble_tracker.html
关于扫描间隔和窗口,可以参考论坛里这个帖子 https://bbs.hassbian.com/forum.php?mod=viewthread&tid=16350
主要需要调整的地方就下面这些
esp32_ble_tracker:
scan_parameters:
interval: 320ms #默认参数,根据需要调整
window: 30ms #默认参数,根据需要调整
active: true #这个一定要加
bluetooth_proxy:
active: true #这个一定要加
|