From fc77cdcb7ddcc3ab0f4734765f062691351021ee Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 8 Aug 2026 01:26:03 -0500 Subject: [PATCH] Drop a leftover declaration and fix a stale test name --- esphome/components/bluetooth_proxy/bluetooth_proxy.h | 1 - tests/component_tests/ble_device_base/test_slot_counter.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/esphome/components/bluetooth_proxy/bluetooth_proxy.h b/esphome/components/bluetooth_proxy/bluetooth_proxy.h index d2501aa42e..86d45c144a 100644 --- a/esphome/components/bluetooth_proxy/bluetooth_proxy.h +++ b/esphome/components/bluetooth_proxy/bluetooth_proxy.h @@ -204,7 +204,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_(); diff --git a/tests/component_tests/ble_device_base/test_slot_counter.py b/tests/component_tests/ble_device_base/test_slot_counter.py index 866c7bce7e..daa2884588 100644 --- a/tests/component_tests/ble_device_base/test_slot_counter.py +++ b/tests/component_tests/ble_device_base/test_slot_counter.py @@ -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: