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

#include <api_pb2.h>

Inheritance diagram for esphome::api::BluetoothGATTService:
esphome::api::ProtoMessage

Public Member Functions

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

Data Fields

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

Additional Inherited Members

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

Detailed Description

Definition at line 1994 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

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

Definition at line 2487 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 1969 of file api_pb2_dump.cpp.

◆ encode()

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

Definition at line 2474 of file api_pb2.cpp.

Field Documentation

◆ characteristics

FixedVector<BluetoothGATTCharacteristic> esphome::api::BluetoothGATTService::characteristics {}

Definition at line 1998 of file api_pb2.h.

◆ handle

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

Definition at line 1997 of file api_pb2.h.

◆ short_uuid

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

Definition at line 1999 of file api_pb2.h.

◆ uuid

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

Definition at line 1996 of file api_pb2.h.


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