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

Result of a one-shot GATT service discovery (all batches collected). More...

#include <bluetooth_proxy.hpp>

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

Public Attributes

std::uint64_t address = 0
 
bool ok = false
 
std::vector< BleGattServiceservices
 
std::int32_t error = 0
 

Detailed Description

Result of a one-shot GATT service discovery (all batches collected).

Member Data Documentation

◆ address

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

◆ error

std::int32_t esphome::api::BleGattServicesResult::error = 0

◆ ok

bool esphome::api::BleGattServicesResult::ok = false

◆ services

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

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