|
ESPHome 2025.12.0-dev
|
#include <automation.h>
Public Member Functions | |
| BLEClientPasskeyRequestTrigger (BLEClient *parent) | |
| void | loop () override |
| void | gap_event_handler (esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) override |
Public Member Functions inherited from esphome::Trigger<> | |
| void | trigger (const Ts &...x) |
| Inform the parent automation that the event has triggered. | |
| void | set_automation_parent (Automation< Ts... > *automation_parent) |
| void | stop_action () |
| Stop any action connected to this trigger. | |
| bool | is_action_running () |
| Returns true if any action connected to this trigger is running. | |
Public Member Functions inherited from esphome::ble_client::BLEClientNode | |
| virtual void | gattc_event_handler (esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param_t *param) |
| void | set_address (uint64_t address) |
| BLEClient * | parent () |
| void | set_ble_client_parent (BLEClient *parent) |
Additional Inherited Members | |
Data Fields inherited from esphome::ble_client::BLEClientNode | |
| espbt::ESPBTClient * | client |
| espbt::ClientState | node_state |
Protected Attributes inherited from esphome::Trigger<> | |
| Automation< Ts... > * | automation_parent_ |
Protected Attributes inherited from esphome::ble_client::BLEClientNode | |
| BLEClient * | parent_ |
| uint64_t | address_ |
Definition at line 61 of file automation.h.
|
inlineexplicit |
Definition at line 63 of file automation.h.
|
inlineoverridevirtual |
Reimplemented from esphome::ble_client::BLEClientNode.
Definition at line 65 of file automation.h.
|
inlineoverridevirtual |
Reimplemented from esphome::ble_client::BLEClientNode.
Definition at line 64 of file automation.h.