nRF5 SDK for Mesh v5.0.0
Data Fields
nrf_mesh_adv_packet_rx_data_t Struct Reference

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_tp_metadata
 Metadata structure for the given packet. More...
 

Detailed Description

Arguments structure for the RX callback function.

Definition at line 201 of file nrf_mesh.h.

Field Documentation

◆ adv_type

uint8_t nrf_mesh_adv_packet_rx_data_t::adv_type

BLE GAP advertising type.

Definition at line 203 of file nrf_mesh.h.

◆ length

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.

◆ p_payload

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.

◆ p_metadata

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.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated