|
ESPHome 2026.8.0b4
|
#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 |
Definition at line 50 of file bluetooth_connection_rp2.h.
| enum esphome::bluetooth_connection::RP2GattEvent::Type : uint8_t |
| Enumerator | |
|---|---|
| CONNECTED | |
| DISCONNECTED | |
| MTU_EXCHANGED | |
| QUERY_COMPLETE | |
| WRITE_NO_RSP_DONE | |
| PAIRING_RESULT | |
Definition at line 51 of file bluetooth_connection_rp2.h.
|
inline |
Definition at line 62 of file bluetooth_connection_rp2.h.
| uint8_t esphome::bluetooth_connection::RP2GattEvent::status |
Definition at line 60 of file bluetooth_connection_rp2.h.
| Type esphome::bluetooth_connection::RP2GattEvent::type |
Definition at line 59 of file bluetooth_connection_rp2.h.
| uint16_t esphome::bluetooth_connection::RP2GattEvent::value |
Definition at line 61 of file bluetooth_connection_rp2.h.