#include <ble_event.h>
|
| BLEEvent (esp_gap_ble_cb_event_t e, esp_ble_gap_cb_param_t *p) |
|
| BLEEvent (esp_gattc_cb_event_t e, esp_gatt_if_t i, esp_ble_gattc_cb_param_t *p) |
|
| BLEEvent (esp_gatts_cb_event_t e, esp_gatt_if_t i, esp_ble_gatts_cb_param_t *p) |
|
Definition at line 15 of file ble_event.h.
◆ ble_event_t
Enumerator |
---|
GAP | |
GATTC | |
GATTS | |
Definition at line 84 of file ble_event.h.
◆ BLEEvent() [1/3]
esphome::esp32_ble::BLEEvent::BLEEvent |
( |
esp_gap_ble_cb_event_t | e, |
|
|
esp_ble_gap_cb_param_t * | p ) |
|
inline |
◆ BLEEvent() [2/3]
esphome::esp32_ble::BLEEvent::BLEEvent |
( |
esp_gattc_cb_event_t | e, |
|
|
esp_gatt_if_t | i, |
|
|
esp_ble_gattc_cb_param_t * | p ) |
|
inline |
◆ BLEEvent() [3/3]
esphome::esp32_ble::BLEEvent::BLEEvent |
( |
esp_gatts_cb_event_t | e, |
|
|
esp_gatt_if_t | i, |
|
|
esp_ble_gatts_cb_param_t * | p ) |
|
inline |
◆ data
std::vector<uint8_t> esphome::esp32_ble::BLEEvent::data {} |
◆ [union]
union { ... } esphome::esp32_ble::BLEEvent::event_ |
◆ [struct]
struct { ... } ::gap_event esphome::esp32_ble::BLEEvent::gap |
◆ gap_event
esp_gap_ble_cb_event_t esphome::esp32_ble::BLEEvent::gap_event |
◆ gap_param
esp_ble_gap_cb_param_t esphome::esp32_ble::BLEEvent::gap_param |
◆ [struct]
◆ gattc_event
esp_gattc_cb_event_t esphome::esp32_ble::BLEEvent::gattc_event |
◆ gattc_if
esp_gatt_if_t esphome::esp32_ble::BLEEvent::gattc_if |
◆ gattc_param
esp_ble_gattc_cb_param_t esphome::esp32_ble::BLEEvent::gattc_param |
◆ [struct]
◆ gatts_event
esp_gatts_cb_event_t esphome::esp32_ble::BLEEvent::gatts_event |
◆ gatts_if
esp_gatt_if_t esphome::esp32_ble::BLEEvent::gatts_if |
◆ gatts_param
esp_ble_gatts_cb_param_t esphome::esp32_ble::BLEEvent::gatts_param |
◆ type_
The documentation for this class was generated from the following file: