ESPHome 2026.3.0-dev
Loading...
Searching...
No Matches
esphome::api::BluetoothGATTGetServicesResponse Class Referencefinal

#include <api_pb2.h>

Inheritance diagram for esphome::api::BluetoothGATTGetServicesResponse:
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
uint32_t calculated_size () const
 

Data Fields

uint64_t address {0}
 
std::vector< BluetoothGATTServiceservices {}
 

Static Public Attributes

static constexpr uint8_t MESSAGE_TYPE = 71
 
static constexpr uint8_t ESTIMATED_SIZE = 38
 

Additional Inherited Members

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

Detailed Description

Definition at line 1969 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2246 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 1889 of file api_pb2_dump.cpp.

◆ encode()

void esphome::api::BluetoothGATTGetServicesResponse::encode ( ProtoWriteBuffer & buffer) const
overridevirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2240 of file api_pb2.cpp.

◆ message_name()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1974 of file api_pb2.h.

Field Documentation

◆ address

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

Definition at line 1976 of file api_pb2.h.

◆ ESTIMATED_SIZE

uint8_t esphome::api::BluetoothGATTGetServicesResponse::ESTIMATED_SIZE = 38
staticconstexpr

Definition at line 1972 of file api_pb2.h.

◆ MESSAGE_TYPE

uint8_t esphome::api::BluetoothGATTGetServicesResponse::MESSAGE_TYPE = 71
staticconstexpr

Definition at line 1971 of file api_pb2.h.

◆ services

std::vector<BluetoothGATTService> esphome::api::BluetoothGATTGetServicesResponse::services {}

Definition at line 1977 of file api_pb2.h.


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