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

Connection state update for a device (api: BluetoothDeviceConnectionResponse). More...

#include <bluetooth_proxy.hpp>

Public Attributes

std::uint64_t address = 0
 
bool connected = false
 
std::uint32_t mtu = 0
 
std::int32_t error = 0
 

Detailed Description

Connection state update for a device (api: BluetoothDeviceConnectionResponse).

Member Data Documentation

◆ address

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

◆ connected

bool esphome::api::BleConnection::connected = false

◆ error

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

◆ mtu

std::uint32_t esphome::api::BleConnection::mtu = 0

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