|
ESPHome 2026.8.0b4
|
One advertisement report from the controller. More...
#include <rp2040_ble.h>
Public Member Functions | |
| void | release () |
Data Fields | |
| uint8_t | mac [MAC_ADDRESS_SIZE] |
| int8_t | rssi |
| uint8_t | addr_type |
| uint8_t | adv_event_type |
| uint8_t | data_len |
| uint8_t | data [62] |
One advertisement report from the controller.
Definition at line 27 of file rp2040_ble.h.
|
inline |
Definition at line 41 of file rp2040_ble.h.
| uint8_t esphome::rp2040_ble::BLEScanReport::addr_type |
Definition at line 30 of file rp2040_ble.h.
| uint8_t esphome::rp2040_ble::BLEScanReport::adv_event_type |
Definition at line 31 of file rp2040_ble.h.
| uint8_t esphome::rp2040_ble::BLEScanReport::data[62] |
Definition at line 38 of file rp2040_ble.h.
| uint8_t esphome::rp2040_ble::BLEScanReport::data_len |
Definition at line 32 of file rp2040_ble.h.
| uint8_t esphome::rp2040_ble::BLEScanReport::mac[MAC_ADDRESS_SIZE] |
Definition at line 28 of file rp2040_ble.h.
| int8_t esphome::rp2040_ble::BLEScanReport::rssi |
Definition at line 29 of file rp2040_ble.h.