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

#include <api_pb2.h>

Inheritance diagram for esphome::api::BluetoothGATTNotifyResponse:
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

uint64_t address {0}
 
uint32_t handle {0}
 

Static Public Attributes

static constexpr uint8_t MESSAGE_TYPE = 84
 
static constexpr uint8_t ESTIMATED_SIZE = 8
 

Additional Inherited Members

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

Detailed Description

Definition at line 2228 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

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

Definition at line 2707 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 2068 of file api_pb2_dump.cpp.

◆ encode()

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

Definition at line 2701 of file api_pb2.cpp.

◆ message_name()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2233 of file api_pb2.h.

Field Documentation

◆ address

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

Definition at line 2235 of file api_pb2.h.

◆ ESTIMATED_SIZE

uint8_t esphome::api::BluetoothGATTNotifyResponse::ESTIMATED_SIZE = 8
staticconstexpr

Definition at line 2231 of file api_pb2.h.

◆ handle

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

Definition at line 2236 of file api_pb2.h.

◆ MESSAGE_TYPE

uint8_t esphome::api::BluetoothGATTNotifyResponse::MESSAGE_TYPE = 84
staticconstexpr

Definition at line 2230 of file api_pb2.h.


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