Expand description
BLE advertisement data parsing for passive monitoring.
This module provides functionality to parse sensor data directly from Bluetooth advertisements without requiring a connection. This enables monitoring multiple devices simultaneously with lower power consumption.
§Requirements
For advertisement data to be available, Smart Home integration must be
enabled on the Aranet device (see Device::set_smart_home).
Structs§
- Advertisement
Data - Parsed sensor data from a BLE advertisement.
Functions§
- parse_
advertisement - Parse advertisement data from raw manufacturer data bytes.
- parse_
advertisement_ with_ name - Parse advertisement data with optional device name for better detection.