nRF5 SDK for Mesh v5.0.0
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...
 

Detailed Description

Information structure for the Bluetooth Mesh network beacons.

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

Definition at line 311 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 315 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 317 of file nrf_mesh.h.

◆ secmat

nrf_mesh_beacon_secmat_t nrf_mesh_beacon_info_t::secmat

Beacon security material.

Definition at line 319 of file nrf_mesh.h.

Referenced by nrf_mesh_beacon_secmat_from_info().

◆ secmat_updated

nrf_mesh_beacon_secmat_t nrf_mesh_beacon_info_t::secmat_updated

Beacon security material during key refresh.

Definition at line 321 of file nrf_mesh.h.

Referenced by nrf_mesh_beacon_secmat_from_info().


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

Documentation feedback | Developer Zone | Subscribe | Updated