One raw advertisement as delivered by the controller — a borrowed view, valid only for the duration of the invoke() callback.
More...
#include <ble_hub.h>
|
| uint64_t | address |
| | Producers convert their native byte order at the emit site, so no byte-order convention crosses this contract.
|
| |
| const uint8_t * | data |
| |
| uint16_t | data_len |
| |
| int8_t | rssi |
| |
| uint8_t | addr_type |
| |
One raw advertisement as delivered by the controller — a borrowed view, valid only for the duration of the invoke() callback.
Definition at line 24 of file ble_hub.h.
◆ addr_type
| uint8_t esphome::ble_device_base::RawAdvertisement::addr_type |
◆ address
| uint64_t esphome::ble_device_base::RawAdvertisement::address |
Producers convert their native byte order at the emit site, so no byte-order convention crosses this contract.
Definition at line 27 of file ble_hub.h.
◆ data
| const uint8_t* esphome::ble_device_base::RawAdvertisement::data |
◆ data_len
| uint16_t esphome::ble_device_base::RawAdvertisement::data_len |
◆ rssi
| int8_t esphome::ble_device_base::RawAdvertisement::rssi |
The documentation for this struct was generated from the following file: