ESPHome 2026.3.0
Loading...
Searching...
No Matches
esphome::api::BluetoothSetConnectionParamsResponse Class Referencefinal

#include <api_pb2.h>

Inheritance diagram for esphome::api::BluetoothSetConnectionParamsResponse:
esphome::api::ProtoMessage

Public Member Functions

const char * message_name () const override
 
void encode (ProtoWriteBuffer &buffer) const
 
uint32_t calculate_size () const
 
const char * dump_to (DumpBuffer &out) const override
 
- Public Member Functions inherited from esphome::api::ProtoMessage
void encode (ProtoWriteBuffer &buffer) const
 
uint32_t calculate_size () const
 

Data Fields

uint64_t address {0}
 
int32_t error {0}
 

Static Public Attributes

static constexpr uint8_t MESSAGE_TYPE = 146
 
static constexpr uint8_t ESTIMATED_SIZE = 8
 

Additional Inherited Members

- Protected Member Functions inherited from esphome::api::ProtoMessage
 ~ProtoMessage ()=default
 

Detailed Description

Definition at line 3270 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

uint32_t esphome::api::BluetoothSetConnectionParamsResponse::calculate_size ( ) const

Definition at line 3885 of file api_pb2.cpp.

◆ dump_to()

const char * esphome::api::BluetoothSetConnectionParamsResponse::dump_to ( DumpBuffer & out) const
overridevirtual

Implements esphome::api::ProtoMessage.

Definition at line 2647 of file api_pb2_dump.cpp.

◆ encode()

void esphome::api::BluetoothSetConnectionParamsResponse::encode ( ProtoWriteBuffer & buffer) const

Definition at line 3881 of file api_pb2.cpp.

◆ message_name()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 3275 of file api_pb2.h.

Field Documentation

◆ address

uint64_t esphome::api::BluetoothSetConnectionParamsResponse::address {0}

Definition at line 3277 of file api_pb2.h.

◆ error

int32_t esphome::api::BluetoothSetConnectionParamsResponse::error {0}

Definition at line 3278 of file api_pb2.h.

◆ ESTIMATED_SIZE

uint8_t esphome::api::BluetoothSetConnectionParamsResponse::ESTIMATED_SIZE = 8
staticconstexpr

Definition at line 3273 of file api_pb2.h.

◆ MESSAGE_TYPE

uint8_t esphome::api::BluetoothSetConnectionParamsResponse::MESSAGE_TYPE = 146
staticconstexpr

Definition at line 3272 of file api_pb2.h.


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