|
ESPHome 2025.12.0-dev
|
#include <automation.h>
Public Member Functions | |
| BLEClientDisconnectAction (BLEClient *ble_client) | |
| void | gattc_event_handler (esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param_t *param) override |
| void | play (const Ts &...x) override |
| void | play_complex (const Ts &...x) override |
Public Member Functions inherited from esphome::Action< Ts... > | |
| virtual void | stop_complex () |
| virtual bool | is_running () |
| Check if this or any of the following actions are currently running. | |
| int | num_running_total () |
| The total number of actions that are currently running in this plus any of the following actions in the chain. | |
Public Member Functions inherited from esphome::ble_client::BLEClientNode | |
| virtual void | gap_event_handler (esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) |
| virtual void | loop () |
| 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 Member Functions inherited from esphome::Action< Ts... > | |
| void | play_next_ (const Ts &...x) |
| void | play_next_tuple_ (const std::tuple< Ts... > &tuple, seq< S... >) |
| void | play_next_tuple_ (const std::tuple< Ts... > &tuple) |
| virtual void | stop () |
| void | stop_next_ () |
| bool | is_running_next_ () |
Protected Attributes inherited from esphome::Action< Ts... > | |
| friend | ActionList< Ts... > |
| Action< Ts... > * | next_ |
| int | num_running_ |
| The number of instances of this sequence in the list of actions that is currently being executed. | |
Protected Attributes inherited from esphome::ble_client::BLEClientNode | |
| BLEClient * | parent_ |
| uint64_t | address_ |
Definition at line 352 of file automation.h.
|
inline |
Definition at line 354 of file automation.h.
|
inlineoverridevirtual |
Reimplemented from esphome::ble_client::BLEClientNode.
Definition at line 358 of file automation.h.
|
inlineoverridevirtual |
Implements esphome::Action< Ts... >.
Definition at line 373 of file automation.h.
|
inlineoverridevirtual |
Reimplemented from esphome::Action< Ts... >.
Definition at line 375 of file automation.h.