|
@@ -42,11 +42,17 @@ wifi:
|
|
|
|
|
|
|
|
esp32_ble_tracker:
|
|
esp32_ble_tracker:
|
|
|
scan_parameters:
|
|
scan_parameters:
|
|
|
- active: True
|
|
|
|
|
|
|
+ # active: True
|
|
|
# We currently use the defaults to ensure Bluetooth
|
|
# We currently use the defaults to ensure Bluetooth
|
|
|
# can co-exist with WiFi In the future we may be able to
|
|
# can co-exist with WiFi In the future we may be able to
|
|
|
# enable the built-in coexistence logic in ESP-IDF
|
|
# enable the built-in coexistence logic in ESP-IDF
|
|
|
- # active: true
|
|
|
|
|
|
|
+ active: true
|
|
|
|
|
+ interval: 1110ms
|
|
|
|
|
+ window: 1100ms
|
|
|
|
|
+ # on_scan_end:
|
|
|
|
|
+ # - then:
|
|
|
|
|
+ # - lambda: |-
|
|
|
|
|
+ # ESP_LOGD("ble_auto", "The scan has ended!");
|
|
|
|
|
|
|
|
bluetooth_proxy:
|
|
bluetooth_proxy:
|
|
|
active: true
|
|
active: true
|