ESPHome 2026.8.0b4
Loading...
Searching...
No Matches
esphome::ble_device_base::GattCharacteristic Struct Reference

#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
 

Detailed Description

Definition at line 50 of file ble_gatt_client.h.

Field Documentation

◆ descriptor_count

uint16_t esphome::ble_device_base::GattCharacteristic::descriptor_count

Definition at line 57 of file ble_gatt_client.h.

◆ end_handle

uint16_t esphome::ble_device_base::GattCharacteristic::end_handle

Definition at line 54 of file ble_gatt_client.h.

◆ first_descriptor

uint16_t esphome::ble_device_base::GattCharacteristic::first_descriptor

Definition at line 56 of file ble_gatt_client.h.

◆ properties

uint8_t esphome::ble_device_base::GattCharacteristic::properties

Definition at line 55 of file ble_gatt_client.h.

◆ uuid

ESPBTUUID esphome::ble_device_base::GattCharacteristic::uuid

Definition at line 51 of file ble_gatt_client.h.

◆ value_handle

uint16_t esphome::ble_device_base::GattCharacteristic::value_handle

Definition at line 52 of file ble_gatt_client.h.


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