ESPHome 2026.8.0b4
Loading...
Searching...
No Matches
esphome::bluetooth_connection::RP2GattEvent Struct Reference

#include <bluetooth_connection_rp2.h>

Public Types

enum  Type : uint8_t {
  CONNECTED , DISCONNECTED , MTU_EXCHANGED , QUERY_COMPLETE ,
  WRITE_NO_RSP_DONE , PAIRING_RESULT
}
 

Public Member Functions

void release ()
 

Data Fields

Type type
 
uint8_t status
 
uint16_t value
 

Detailed Description

Definition at line 50 of file bluetooth_connection_rp2.h.

Member Enumeration Documentation

◆ Type

Enumerator
CONNECTED 
DISCONNECTED 
MTU_EXCHANGED 
QUERY_COMPLETE 
WRITE_NO_RSP_DONE 
PAIRING_RESULT 

Definition at line 51 of file bluetooth_connection_rp2.h.

Member Function Documentation

◆ release()

void esphome::bluetooth_connection::RP2GattEvent::release ( )
inline

Definition at line 62 of file bluetooth_connection_rp2.h.

Field Documentation

◆ status

uint8_t esphome::bluetooth_connection::RP2GattEvent::status

Definition at line 60 of file bluetooth_connection_rp2.h.

◆ type

Type esphome::bluetooth_connection::RP2GattEvent::type

Definition at line 59 of file bluetooth_connection_rp2.h.

◆ value

uint16_t esphome::bluetooth_connection::RP2GattEvent::value

Definition at line 61 of file bluetooth_connection_rp2.h.


The documentation for this struct was generated from the following file: