ESPHome 2026.10.0-dev
Loading...
Searching...
No Matches
esphome::ble_client::BLEClientServicelessNode Class Reference

#include <automation.h>

Inheritance diagram for esphome::ble_client::BLEClientServicelessNode:
esphome::ble_client::BLEClientNode esphome::ble_client::BLEClientConnectAction< Ts > esphome::ble_client::BLEClientDisconnectAction< Ts > esphome::ble_client::BLEClientNumericComparisonRequestTrigger esphome::ble_client::BLEClientPasskeyNotificationTrigger esphome::ble_client::BLEClientPasskeyRequestTrigger

Public Member Functions

void gattc_event_handler (esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param_t *param) final
 
- 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)
 
BLEClientparent ()
 
void set_ble_client_parent (BLEClient *parent)
 

Protected Member Functions

virtual void on_gattc_event (esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param_t *param)
 

Additional Inherited Members

- Data Fields inherited from esphome::ble_client::BLEClientNode
espbt::ESPBTClientclient
 
espbt::ClientState node_state
 
- Protected Attributes inherited from esphome::ble_client::BLEClientNode
BLEClientparent_
 
uint64_t address_
 

Detailed Description

Definition at line 28 of file automation.h.

Member Function Documentation

◆ gattc_event_handler()

void esphome::ble_client::BLEClientServicelessNode::gattc_event_handler ( esp_gattc_cb_event_t event,
esp_gatt_if_t gattc_if,
esp_ble_gattc_cb_param_t * param )
inlinefinalvirtual

Reimplemented from esphome::ble_client::BLEClientNode.

Definition at line 31 of file automation.h.

◆ on_gattc_event()

virtual void esphome::ble_client::BLEClientServicelessNode::on_gattc_event ( esp_gattc_cb_event_t event,
esp_gatt_if_t gattc_if,
esp_ble_gattc_cb_param_t * param )
inlineprotectedvirtual

The documentation for this class was generated from the following file: