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

#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
 
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

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 1788 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 1850 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 1535 of file api_pb2_dump.cpp.

◆ encode()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1845 of file api_pb2.cpp.

◆ message_name()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1793 of file api_pb2.h.

Field Documentation

◆ advertisements

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

Definition at line 1795 of file api_pb2.h.

◆ advertisements_len

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

Definition at line 1796 of file api_pb2.h.

◆ ESTIMATED_SIZE

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

Definition at line 1791 of file api_pb2.h.

◆ MESSAGE_TYPE

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

Definition at line 1790 of file api_pb2.h.


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