From eb3dc82b5d21bfd5908dc574ca56c13bbbb18107 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 16 Jun 2025 15:45:38 +0200 Subject: [PATCH] naming --- esphome/components/esp32_ble/ble.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/esp32_ble/ble.cpp b/esphome/components/esp32_ble/ble.cpp index fc26bc8bba..5a66f11d0f 100644 --- a/esphome/components/esp32_ble/ble.cpp +++ b/esphome/components/esp32_ble/ble.cpp @@ -389,7 +389,7 @@ template void enqueue_ble_event(Args... args) { // Push the event to the queue global_ble->ble_events_.push(event); - // Push always succeeds: we checked full() above and we're the only producer + // Push always succeeds because we're the only producer and the pool ensures we never exceed queue size } // Explicit template instantiations for the friend function