mirror of
https://github.com/esphome/esphome.git
synced 2026-08-24 07:06:20 +00:00
Merge branch 'esp32-proxy-hub-scanner-state' into esp32-tracker-parser-cleanup
This commit is contained in:
@@ -190,7 +190,6 @@ class BluetoothProxy final : public Component {
|
||||
}
|
||||
|
||||
protected:
|
||||
void on_scanner_state_(ble_device_base::ScannerState state);
|
||||
bool send_bluetooth_scanner_state_(ble_device_base::ScannerState state);
|
||||
#ifndef USE_ESP32
|
||||
void send_polled_scanner_state_();
|
||||
|
||||
@@ -103,7 +103,7 @@ def test_esp32_tracker_handler_counts(
|
||||
assert get_define_value("ESPHOME_ESP32_BLE_TRACKER_CLIENT_COUNT") is None
|
||||
|
||||
|
||||
def test_esp32_bluetooth_proxy_requests_scanner_state_slot(
|
||||
def test_esp32_bluetooth_proxy_requests_client_slots_only(
|
||||
generate_main: Callable[[str | Path], str],
|
||||
component_config_path: Callable[[str], Path],
|
||||
) -> None:
|
||||
|
||||
Reference in New Issue
Block a user