Metadata structure for packets received with Instaburst. More...
#include <nrf_mesh.h>
Data Fields | |
timestamp_t | timestamp |
Device local timestamp of the packet preamble of the adv ext packet in microseconds. More... | |
uint8_t | channel |
Channel the packet was received on. More... | |
int8_t | rssi |
RSSI value of the received packet. More... | |
struct { | |
nrf_mesh_instaburst_event_id_t id | |
Event ID for the full advertising event. More... | |
uint8_t packet_index | |
Index of the packet in the advertising event. More... | |
bool is_last_in_chain | |
Whether this packet is the last packet in the advertising event. More... | |
} | event |
Metadata structure for packets received with Instaburst.
Definition at line 135 of file nrf_mesh.h.
timestamp_t nrf_mesh_rx_metadata_instaburst_t::timestamp |
Device local timestamp of the packet preamble of the adv ext packet in microseconds.
Definition at line 137 of file nrf_mesh.h.
uint8_t nrf_mesh_rx_metadata_instaburst_t::channel |
Channel the packet was received on.
Definition at line 138 of file nrf_mesh.h.
int8_t nrf_mesh_rx_metadata_instaburst_t::rssi |
RSSI value of the received packet.
Definition at line 139 of file nrf_mesh.h.
nrf_mesh_instaburst_event_id_t nrf_mesh_rx_metadata_instaburst_t::id |
Event ID for the full advertising event.
Definition at line 142 of file nrf_mesh.h.
uint8_t nrf_mesh_rx_metadata_instaburst_t::packet_index |
Index of the packet in the advertising event.
Definition at line 143 of file nrf_mesh.h.
bool nrf_mesh_rx_metadata_instaburst_t::is_last_in_chain |
Whether this packet is the last packet in the advertising event.
Definition at line 144 of file nrf_mesh.h.