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

One scan report from the controller, decoded from the SDK's rw-task event (RSSI already sign-corrected). More...

#include <ln882h_ble.h>

Public Member Functions

void release ()
 

Data Fields

uint8_t mac [MAC_ADDRESS_SIZE]
 
int8_t rssi
 
uint8_t addr_type
 
bool is_scan_response
 
bool scannable
 
uint8_t data_len
 
uint8_t data [62]
 

Detailed Description

One scan report from the controller, decoded from the SDK's rw-task event (RSSI already sign-corrected).

Definition at line 25 of file ln882h_ble.h.

Member Function Documentation

◆ release()

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

Definition at line 41 of file ln882h_ble.h.

Field Documentation

◆ addr_type

uint8_t esphome::ln882h_ble::BLEScanReport::addr_type

Definition at line 28 of file ln882h_ble.h.

◆ data

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

Definition at line 38 of file ln882h_ble.h.

◆ data_len

uint8_t esphome::ln882h_ble::BLEScanReport::data_len

Definition at line 31 of file ln882h_ble.h.

◆ is_scan_response

bool esphome::ln882h_ble::BLEScanReport::is_scan_response

Definition at line 29 of file ln882h_ble.h.

◆ mac

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

Definition at line 26 of file ln882h_ble.h.

◆ rssi

int8_t esphome::ln882h_ble::BLEScanReport::rssi

Definition at line 27 of file ln882h_ble.h.

◆ scannable

bool esphome::ln882h_ble::BLEScanReport::scannable

Definition at line 30 of file ln882h_ble.h.


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