ESPHome 2026.8.0b4
Loading...
Searching...
No Matches
esphome::rp2040_ble::BLEScanReport Struct Reference

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]
 

Detailed Description

One advertisement report from the controller.

Definition at line 27 of file rp2040_ble.h.

Member Function Documentation

◆ release()

void esphome::rp2040_ble::BLEScanReport::release ( )
inline

Definition at line 41 of file rp2040_ble.h.

Field Documentation

◆ addr_type

uint8_t esphome::rp2040_ble::BLEScanReport::addr_type

Definition at line 30 of file rp2040_ble.h.

◆ adv_event_type

uint8_t esphome::rp2040_ble::BLEScanReport::adv_event_type

Definition at line 31 of file rp2040_ble.h.

◆ data

uint8_t esphome::rp2040_ble::BLEScanReport::data[62]

Definition at line 38 of file rp2040_ble.h.

◆ data_len

uint8_t esphome::rp2040_ble::BLEScanReport::data_len

Definition at line 32 of file rp2040_ble.h.

◆ mac

uint8_t esphome::rp2040_ble::BLEScanReport::mac[MAC_ADDRESS_SIZE]

Definition at line 28 of file rp2040_ble.h.

◆ rssi

int8_t esphome::rp2040_ble::BLEScanReport::rssi

Definition at line 29 of file rp2040_ble.h.


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