esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
Public Attributes | List of all members
esphome::api::BleGattService Struct Reference

One GATT service exposed by a device. More...

#include <bluetooth_proxy.hpp>

Collaboration diagram for esphome::api::BleGattService:
Collaboration graph
[legend]

Public Attributes

std::vector< std::uint64_t > uuid
 
std::uint32_t handle = 0
 
std::vector< BleGattCharacteristiccharacteristics
 

Detailed Description

One GATT service exposed by a device.

Member Data Documentation

◆ characteristics

std::vector<BleGattCharacteristic> esphome::api::BleGattService::characteristics

◆ handle

std::uint32_t esphome::api::BleGattService::handle = 0

◆ uuid

std::vector<std::uint64_t> esphome::api::BleGattService::uuid

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