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

#include <api_pb2.h>

Inheritance diagram for esphome::api::BluetoothLERawAdvertisement:
esphome::api::ProtoMessage

Public Member Functions

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
 
virtual const char * message_name () const
 

Data Fields

uint64_t address {0}
 
int32_t rssi {0}
 
uint32_t address_type {0}
 
uint8_t data [62] {}
 
uint8_t data_len {0}
 

Detailed Description

Definition at line 1773 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1839 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 1526 of file api_pb2_dump.cpp.

◆ encode()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1833 of file api_pb2.cpp.

Field Documentation

◆ address

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

Definition at line 1775 of file api_pb2.h.

◆ address_type

uint32_t esphome::api::BluetoothLERawAdvertisement::address_type {0}

Definition at line 1777 of file api_pb2.h.

◆ data

uint8_t esphome::api::BluetoothLERawAdvertisement::data[62] {}

Definition at line 1778 of file api_pb2.h.

◆ data_len

uint8_t esphome::api::BluetoothLERawAdvertisement::data_len {0}

Definition at line 1779 of file api_pb2.h.

◆ rssi

int32_t esphome::api::BluetoothLERawAdvertisement::rssi {0}

Definition at line 1776 of file api_pb2.h.


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