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::BleGattServices Struct Reference

A batch of GATT services for a device (api: BluetoothGATTGetServicesResponse). More...

#include <bluetooth_proxy.hpp>

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

Public Attributes

std::uint64_t address = 0
 
std::vector< BleGattServiceservices
 

Detailed Description

A batch of GATT services for a device (api: BluetoothGATTGetServicesResponse).

Member Data Documentation

◆ address

std::uint64_t esphome::api::BleGattServices::address = 0

◆ services

std::vector<BleGattService> esphome::api::BleGattServices::services

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