ESPHome 2026.2.1
Loading...
Searching...
No Matches
esphome::api::BluetoothLERawAdvertisementsResponse Class Referencefinal

#include <api_pb2.h>

Inheritance diagram for esphome::api::BluetoothLERawAdvertisementsResponse:
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
 
const char * dump_to (DumpBuffer &out) const override
 
- Public Member Functions inherited from esphome::api::ProtoMessage
virtual ~ProtoMessage ()=default
 

Data Fields

std::array< BluetoothLERawAdvertisement, BLUETOOTH_PROXY_ADVERTISEMENT_BATCH_SIZE > advertisements {}
 
uint16_t advertisements_len {0}
 

Static Public Attributes

static constexpr uint8_t MESSAGE_TYPE = 93
 
static constexpr uint8_t ESTIMATED_SIZE = 136
 

Detailed Description

Definition at line 1822 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2082 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 1780 of file api_pb2_dump.cpp.

◆ encode()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2077 of file api_pb2.cpp.

◆ message_name()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1827 of file api_pb2.h.

Field Documentation

◆ advertisements

std::array<BluetoothLERawAdvertisement, BLUETOOTH_PROXY_ADVERTISEMENT_BATCH_SIZE> esphome::api::BluetoothLERawAdvertisementsResponse::advertisements {}

Definition at line 1829 of file api_pb2.h.

◆ advertisements_len

uint16_t esphome::api::BluetoothLERawAdvertisementsResponse::advertisements_len {0}

Definition at line 1830 of file api_pb2.h.

◆ ESTIMATED_SIZE

uint8_t esphome::api::BluetoothLERawAdvertisementsResponse::ESTIMATED_SIZE = 136
staticconstexpr

Definition at line 1825 of file api_pb2.h.

◆ MESSAGE_TYPE

uint8_t esphome::api::BluetoothLERawAdvertisementsResponse::MESSAGE_TYPE = 93
staticconstexpr

Definition at line 1824 of file api_pb2.h.


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