From c7884253d24642f58471542eef2e5d320888c838 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 18 Jul 2025 16:11:16 -1000 Subject: [PATCH] cannot always need to update timestamp --- esphome/components/bluetooth_proxy/bluetooth_proxy.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/esphome/components/bluetooth_proxy/bluetooth_proxy.cpp b/esphome/components/bluetooth_proxy/bluetooth_proxy.cpp index 33ea847497..f4b63f3a5d 100644 --- a/esphome/components/bluetooth_proxy/bluetooth_proxy.cpp +++ b/esphome/components/bluetooth_proxy/bluetooth_proxy.cpp @@ -199,11 +199,6 @@ void BluetoothProxy::loop() { return; } - // Early return if no advertisements pending - if (this->advertisement_count_ == 0) { - return; - } - // Flush any pending BLE advertisements that have been accumulated but not yet sent uint32_t now = App.get_loop_component_start_time();