ESPHome 2025.9.0-dev
Loading...
Searching...
No Matches
esphome::api::BluetoothConnectionsFreeResponse Class Reference

#include <api_pb2.h>

Inheritance diagram for esphome::api::BluetoothConnectionsFreeResponse:
esphome::api::ProtoMessage

Public Member Functions

const char * message_name () const override
 
void encode (ProtoWriteBuffer buffer) const override
 
void calculate_size (ProtoSize &size) const override
 
void dump_to (std::string &out) const override
 
- Public Member Functions inherited from esphome::api::ProtoMessage
virtual ~ProtoMessage ()=default
 
std::string dump () const
 

Data Fields

uint32_t free {0}
 
uint32_t limit {0}
 
std::array< uint64_t, BLUETOOTH_PROXY_MAX_CONNECTIONS > allocated {}
 

Static Public Attributes

static constexpr uint8_t MESSAGE_TYPE = 81
 
static constexpr uint8_t ESTIMATED_SIZE = 20
 

Detailed Description

Definition at line 2077 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

void esphome::api::BluetoothConnectionsFreeResponse::calculate_size ( ProtoSize & size) const
overridevirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2088 of file api_pb2.cpp.

◆ dump_to()

void esphome::api::BluetoothConnectionsFreeResponse::dump_to ( std::string & out) const
overridevirtual

Implements esphome::api::ProtoMessage.

Definition at line 1658 of file api_pb2_dump.cpp.

◆ encode()

void esphome::api::BluetoothConnectionsFreeResponse::encode ( ProtoWriteBuffer buffer) const
overridevirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2079 of file api_pb2.cpp.

◆ message_name()

const char * esphome::api::BluetoothConnectionsFreeResponse::message_name ( ) const
inlineoverridevirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2082 of file api_pb2.h.

Field Documentation

◆ allocated

std::array<uint64_t, BLUETOOTH_PROXY_MAX_CONNECTIONS> esphome::api::BluetoothConnectionsFreeResponse::allocated {}

Definition at line 2086 of file api_pb2.h.

◆ ESTIMATED_SIZE

uint8_t esphome::api::BluetoothConnectionsFreeResponse::ESTIMATED_SIZE = 20
staticconstexpr

Definition at line 2080 of file api_pb2.h.

◆ free

uint32_t esphome::api::BluetoothConnectionsFreeResponse::free {0}

Definition at line 2084 of file api_pb2.h.

◆ limit

uint32_t esphome::api::BluetoothConnectionsFreeResponse::limit {0}

Definition at line 2085 of file api_pb2.h.

◆ MESSAGE_TYPE

uint8_t esphome::api::BluetoothConnectionsFreeResponse::MESSAGE_TYPE = 81
staticconstexpr

Definition at line 2079 of file api_pb2.h.


The documentation for this class was generated from the following files: