|
ESPHome 2026.8.0b4
|
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] |
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.
|
inline |
Definition at line 41 of file ln882h_ble.h.
| uint8_t esphome::ln882h_ble::BLEScanReport::addr_type |
Definition at line 28 of file ln882h_ble.h.
| uint8_t esphome::ln882h_ble::BLEScanReport::data[62] |
Definition at line 38 of file ln882h_ble.h.
| uint8_t esphome::ln882h_ble::BLEScanReport::data_len |
Definition at line 31 of file ln882h_ble.h.
| bool esphome::ln882h_ble::BLEScanReport::is_scan_response |
Definition at line 29 of file ln882h_ble.h.
| uint8_t esphome::ln882h_ble::BLEScanReport::mac[MAC_ADDRESS_SIZE] |
Definition at line 26 of file ln882h_ble.h.
| int8_t esphome::ln882h_ble::BLEScanReport::rssi |
Definition at line 27 of file ln882h_ble.h.
| bool esphome::ln882h_ble::BLEScanReport::scannable |
Definition at line 30 of file ln882h_ble.h.