Arguments structure for the RX callback function. More...
#include <nrf_mesh.h>
Data Fields | |
uint8_t | adv_type |
BLE GAP advertising type. More... | |
uint8_t | length |
Length of the advertisement packet payload. More... | |
const uint8_t * | p_payload |
Pointer to the raw advertisement packet payload. More... | |
const nrf_mesh_rx_metadata_t * | p_metadata |
Metadata structure for the given packet. More... | |
Arguments structure for the RX callback function.
Definition at line 201 of file nrf_mesh.h.
uint8_t nrf_mesh_adv_packet_rx_data_t::adv_type |
BLE GAP advertising type.
Definition at line 203 of file nrf_mesh.h.
uint8_t nrf_mesh_adv_packet_rx_data_t::length |
Length of the advertisement packet payload.
Definition at line 204 of file nrf_mesh.h.
const uint8_t* nrf_mesh_adv_packet_rx_data_t::p_payload |
Pointer to the raw advertisement packet payload.
Definition at line 205 of file nrf_mesh.h.
const nrf_mesh_rx_metadata_t* nrf_mesh_adv_packet_rx_data_t::p_metadata |
Metadata structure for the given packet.
Definition at line 206 of file nrf_mesh.h.