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

#include <api_pb2.h>

Inheritance diagram for esphome::api::BluetoothGATTDescriptor:
esphome::api::ProtoMessage

Public Member Functions

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

Data Fields

std::array< uint64_t, 2 > uuid {}
 
uint32_t handle {0}
 
uint32_t short_uuid {0}
 

Detailed Description

Definition at line 1891 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2136 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 1810 of file api_pb2_dump.cpp.

◆ encode()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2128 of file api_pb2.cpp.

Field Documentation

◆ handle

uint32_t esphome::api::BluetoothGATTDescriptor::handle {0}

Definition at line 1894 of file api_pb2.h.

◆ short_uuid

uint32_t esphome::api::BluetoothGATTDescriptor::short_uuid {0}

Definition at line 1895 of file api_pb2.h.

◆ uuid

std::array<uint64_t, 2> esphome::api::BluetoothGATTDescriptor::uuid {}

Definition at line 1893 of file api_pb2.h.


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