nRF5 SDK for Mesh v1.0.1
Data Fields
nrf_mesh_beacon_info_t Struct Reference

Information structure for the Bluetooth Mesh network beacons. More...

#include <nrf_mesh.h>

Data Fields

bool iv_update_permitted
 Flag indicating whether the given structure is allowed to initiate an IV update. More...
 
nrf_mesh_beacon_tx_info_tp_tx_info
 Pointer to a transmission info structure. More...
 
nrf_mesh_beacon_secmat_t secmat
 Beacon security material. More...
 
nrf_mesh_beacon_secmat_t secmat_updated
 Beacon security material during key refresh. More...
 
nrf_mesh_net_beacon_cb_t callback
 Callback function for received beacons. More...
 

Detailed Description

Information structure for the Bluetooth Mesh network beacons.

Forward declaration for the nrf_mesh_beacon_info_t type.

This structure keeps track of all information related to a single mesh network beacon.

Definition at line 305 of file nrf_mesh.h.

Field Documentation

◆ iv_update_permitted

bool nrf_mesh_beacon_info_t::iv_update_permitted

Flag indicating whether the given structure is allowed to initiate an IV update.

Definition at line 309 of file nrf_mesh.h.

◆ p_tx_info

nrf_mesh_beacon_tx_info_t* nrf_mesh_beacon_info_t::p_tx_info

Pointer to a transmission info structure.

Definition at line 311 of file nrf_mesh.h.

◆ secmat

nrf_mesh_beacon_secmat_t nrf_mesh_beacon_info_t::secmat

Beacon security material.

Definition at line 313 of file nrf_mesh.h.

◆ secmat_updated

nrf_mesh_beacon_secmat_t nrf_mesh_beacon_info_t::secmat_updated

Beacon security material during key refresh.

Definition at line 315 of file nrf_mesh.h.

◆ callback

nrf_mesh_net_beacon_cb_t nrf_mesh_beacon_info_t::callback

Callback function for received beacons.

Definition at line 317 of file nrf_mesh.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated