Metadata structure for packets received with the scanner. More...
#include <nrf_mesh.h>
Data Fields | |
timestamp_t | timestamp |
Device local timestamp of the start of the advertisement header of the packet in microseconds. More... | |
uint32_t | access_addr |
Access address the packet was received on. More... | |
uint8_t | channel |
Channel the packet was received on. More... | |
int8_t | rssi |
RSSI value of the received packet. More... | |
ble_gap_addr_t | adv_addr |
Advertisement address in the packet. More... | |
uint8_t | adv_type |
BLE GAP advertising type. More... | |
Metadata structure for packets received with the scanner.
Definition at line 117 of file nrf_mesh.h.
timestamp_t nrf_mesh_rx_metadata_scanner_t::timestamp |
Device local timestamp of the start of the advertisement header of the packet in microseconds.
Definition at line 119 of file nrf_mesh.h.
uint32_t nrf_mesh_rx_metadata_scanner_t::access_addr |
Access address the packet was received on.
Definition at line 120 of file nrf_mesh.h.
uint8_t nrf_mesh_rx_metadata_scanner_t::channel |
Channel the packet was received on.
Definition at line 121 of file nrf_mesh.h.
int8_t nrf_mesh_rx_metadata_scanner_t::rssi |
RSSI value of the received packet.
Definition at line 122 of file nrf_mesh.h.
ble_gap_addr_t nrf_mesh_rx_metadata_scanner_t::adv_addr |
Advertisement address in the packet.
Definition at line 123 of file nrf_mesh.h.
uint8_t nrf_mesh_rx_metadata_scanner_t::adv_type |
BLE GAP advertising type.
Definition at line 124 of file nrf_mesh.h.