#include <esp32_ble_tracker.h>
Definition at line 198 of file esp32_ble_tracker.h.
◆ cancel_pending_disconnect()
| void esphome::esp32_ble_tracker::ESPBTClient::cancel_pending_disconnect |
( |
| ) |
|
|
inline |
◆ connect()
| virtual void esphome::esp32_ble_tracker::ESPBTClient::connect |
( |
| ) |
|
|
pure virtual |
◆ disconnect()
| virtual void esphome::esp32_ble_tracker::ESPBTClient::disconnect |
( |
| ) |
|
|
pure virtual |
◆ disconnect_pending()
| bool esphome::esp32_ble_tracker::ESPBTClient::disconnect_pending |
( |
| ) |
const |
|
inline |
◆ 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
| uint8_t esphome::esp32_ble_tracker::ESPBTClient::app_id |
◆ state_
◆ want_disconnect_
| bool esphome::esp32_ble_tracker::ESPBTClient::want_disconnect_ {false} |
|
protected |
The documentation for this class was generated from the following file: