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_t * | p_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... | |
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.
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.
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.
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().
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().