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

Number of free connection slots (api: BluetoothConnectionsFreeResponse). More...

#include <bluetooth_proxy.hpp>

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

Public Attributes

std::uint32_t free = 0
 
std::uint32_t limit = 0
 
std::vector< std::uint64_t > allocated
 

Detailed Description

Number of free connection slots (api: BluetoothConnectionsFreeResponse).

Member Data Documentation

◆ allocated

std::vector<std::uint64_t> esphome::api::BleConnectionsFree::allocated

◆ free

std::uint32_t esphome::api::BleConnectionsFree::free = 0

◆ limit

std::uint32_t esphome::api::BleConnectionsFree::limit = 0

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