ESPHome
2024.10.2
|
#include <automation.h>
Public Member Functions | |
BLEClientPasskeyNotificationTrigger (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< uint32_t > | |
void | trigger (Ts... x) |
Inform the parent automation that the event has triggered. More... | |
void | set_automation_parent (Automation< Ts... > *automation_parent) |
void | stop_action () |
Stop any action connected to this trigger. More... | |
bool | is_action_running () |
Returns true if any action connected to this trigger is running. More... | |
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< uint32_t > | |
Automation< Ts... > * | automation_parent_ |
Protected Attributes inherited from esphome::ble_client::BLEClientNode | |
BLEClient * | parent_ |
uint64_t | address_ |
Definition at line 71 of file automation.h.
|
inlineexplicit |
Definition at line 73 of file automation.h.
|
inlineoverridevirtual |
Reimplemented from esphome::ble_client::BLEClientNode.
Definition at line 75 of file automation.h.
|
inlineoverridevirtual |
Reimplemented from esphome::ble_client::BLEClientNode.
Definition at line 74 of file automation.h.