Compare commits

...

1 Commits

Author SHA1 Message Date
J. Nick Koston
61bfcafb37 Update esphome/components/esp32_ble/ble.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-09 21:00:37 -06:00

View File

@@ -155,8 +155,8 @@ class ESP32BLE : public Component {
#endif
static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param);
// Handle non-ACTIVE state transitions (DISABLE, ENABLE, OFF, DISABLED).
// Extracted from loop() to keep the hot event-processing path small.
// Handle DISABLE and ENABLE transitions when not in the ACTIVE state.
// Other non-ACTIVE states (e.g. OFF, DISABLED) are currently treated as no-ops.
void __attribute__((noinline)) loop_handle_state_transition_not_active_();
bool ble_setup_();