Module advertisement

Source
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§

AdvertisementData
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.