RX failed event structure. More...
#include <nrf_mesh_events.h>
Data Fields | |
uint16_t | src |
Unicast address of the sender. More... | |
uint8_t | ivi: 1 |
IV index bit of the RX packet. More... | |
nrf_mesh_rx_failed_reason_t | reason |
Reason for the RX failure. More... | |
RX failed event structure.
Definition at line 284 of file nrf_mesh_events.h.
uint16_t nrf_mesh_evt_rx_failed_t::src |
Unicast address of the sender.
Definition at line 287 of file nrf_mesh_events.h.
uint8_t nrf_mesh_evt_rx_failed_t::ivi |
IV index bit of the RX packet.
Definition at line 289 of file nrf_mesh_events.h.
nrf_mesh_rx_failed_reason_t nrf_mesh_evt_rx_failed_t::reason |
Reason for the RX failure.
Definition at line 291 of file nrf_mesh_events.h.