#include <esp32_ble_tracker.h>
Definition at line 169 of file esp32_ble_tracker.h.
◆ connect()
virtual void esphome::esp32_ble_tracker::ESPBTClient::connect |
( |
| ) |
|
|
pure virtual |
◆ gap_event_handler()
virtual void esphome::esp32_ble_tracker::ESPBTClient::gap_event_handler |
( |
esp_gap_ble_cb_event_t |
event, |
|
|
esp_ble_gap_cb_param_t * |
param |
|
) |
| |
|
pure virtual |
◆ gattc_event_handler()
virtual bool esphome::esp32_ble_tracker::ESPBTClient::gattc_event_handler |
( |
esp_gattc_cb_event_t |
event, |
|
|
esp_gatt_if_t |
gattc_if, |
|
|
esp_ble_gattc_cb_param_t * |
param |
|
) |
| |
|
pure virtual |
◆ set_state()
virtual void esphome::esp32_ble_tracker::ESPBTClient::set_state |
( |
ClientState |
st | ) |
|
|
inlinevirtual |
◆ state()
ClientState esphome::esp32_ble_tracker::ESPBTClient::state |
( |
| ) |
const |
|
inline |
◆ app_id
int esphome::esp32_ble_tracker::ESPBTClient::app_id |
◆ state_
ClientState esphome::esp32_ble_tracker::ESPBTClient::state_ |
|
protected |
The documentation for this class was generated from the following file: