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

#include <api_pb2.h>

Inheritance diagram for esphome::api::BluetoothGATTCharacteristic:
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 properties {0}
 
FixedVector< BluetoothGATTDescriptordescriptors {}
 
uint32_t short_uuid {0}
 

Detailed Description

Definition at line 1904 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2156 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 1819 of file api_pb2_dump.cpp.

◆ encode()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2144 of file api_pb2.cpp.

Field Documentation

◆ descriptors

FixedVector<BluetoothGATTDescriptor> esphome::api::BluetoothGATTCharacteristic::descriptors {}

Definition at line 1909 of file api_pb2.h.

◆ handle

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

Definition at line 1907 of file api_pb2.h.

◆ properties

uint32_t esphome::api::BluetoothGATTCharacteristic::properties {0}

Definition at line 1908 of file api_pb2.h.

◆ short_uuid

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

Definition at line 1910 of file api_pb2.h.

◆ uuid

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

Definition at line 1906 of file api_pb2.h.


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