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

#include <ble_gatt_client.h>

Data Fields

ESPBTUUID uuid
 
uint16_t start_handle
 
uint16_t end_handle
 
uint16_t first_characteristic
 
uint16_t characteristic_count
 

Detailed Description

Definition at line 60 of file ble_gatt_client.h.

Field Documentation

◆ characteristic_count

uint16_t esphome::ble_device_base::GattService::characteristic_count

Definition at line 65 of file ble_gatt_client.h.

◆ end_handle

uint16_t esphome::ble_device_base::GattService::end_handle

Definition at line 63 of file ble_gatt_client.h.

◆ first_characteristic

uint16_t esphome::ble_device_base::GattService::first_characteristic

Definition at line 64 of file ble_gatt_client.h.

◆ start_handle

uint16_t esphome::ble_device_base::GattService::start_handle

Definition at line 62 of file ble_gatt_client.h.

◆ uuid

ESPBTUUID esphome::ble_device_base::GattService::uuid

Definition at line 61 of file ble_gatt_client.h.


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