|
ESPHome 2026.8.0b4
|
#include <ble_gatt_client.h>
Data Fields | |
| ESPBTUUID | uuid |
| uint16_t | value_handle |
| uint16_t | end_handle |
| uint8_t | properties |
| uint16_t | first_descriptor |
| uint16_t | descriptor_count |
Definition at line 50 of file ble_gatt_client.h.
| uint16_t esphome::ble_device_base::GattCharacteristic::descriptor_count |
Definition at line 57 of file ble_gatt_client.h.
| uint16_t esphome::ble_device_base::GattCharacteristic::end_handle |
Definition at line 54 of file ble_gatt_client.h.
| uint16_t esphome::ble_device_base::GattCharacteristic::first_descriptor |
Definition at line 56 of file ble_gatt_client.h.
| uint8_t esphome::ble_device_base::GattCharacteristic::properties |
Definition at line 55 of file ble_gatt_client.h.
| ESPBTUUID esphome::ble_device_base::GattCharacteristic::uuid |
Definition at line 51 of file ble_gatt_client.h.
| uint16_t esphome::ble_device_base::GattCharacteristic::value_handle |
Definition at line 52 of file ble_gatt_client.h.