ESPHome 2026.5.0-dev
Loading...
Searching...
No Matches
esphome::api::BluetoothScannerStateResponse Class Referencefinal

#include <api_pb2.h>

Inheritance diagram for esphome::api::BluetoothScannerStateResponse:
esphome::api::ProtoMessage

Public Member Functions

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

Data Fields

enums::BluetoothScannerState state {}
 
enums::BluetoothScannerMode mode {}
 
enums::BluetoothScannerMode configured_mode {}
 

Static Public Attributes

static constexpr uint8_t MESSAGE_TYPE = 126
 
static constexpr uint8_t ESTIMATED_SIZE = 6
 

Additional Inherited Members

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

Detailed Description

Definition at line 2299 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

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

Definition at line 2762 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 2095 of file api_pb2_dump.cpp.

◆ encode()

uint8_t * esphome::api::BluetoothScannerStateResponse::encode ( ProtoWriteBuffer &buffer PROTO_ENCODE_DEBUG_PARAM) const

Definition at line 2755 of file api_pb2.cpp.

◆ message_name()

const LogString * esphome::api::BluetoothScannerStateResponse::message_name ( ) const
inlineoverridevirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2304 of file api_pb2.h.

Field Documentation

◆ configured_mode

enums::BluetoothScannerMode esphome::api::BluetoothScannerStateResponse::configured_mode {}

Definition at line 2308 of file api_pb2.h.

◆ ESTIMATED_SIZE

uint8_t esphome::api::BluetoothScannerStateResponse::ESTIMATED_SIZE = 6
staticconstexpr

Definition at line 2302 of file api_pb2.h.

◆ MESSAGE_TYPE

uint8_t esphome::api::BluetoothScannerStateResponse::MESSAGE_TYPE = 126
staticconstexpr

Definition at line 2301 of file api_pb2.h.

◆ mode

enums::BluetoothScannerMode esphome::api::BluetoothScannerStateResponse::mode {}

Definition at line 2307 of file api_pb2.h.

◆ state

enums::BluetoothScannerState esphome::api::BluetoothScannerStateResponse::state {}

Definition at line 2306 of file api_pb2.h.


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