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

Bluetooth Mesh security material structure. More...

#include <nrf_mesh.h>

Data Fields

const nrf_mesh_network_secmat_tp_net
 Required for network layer encryption. More...
 
const nrf_mesh_application_secmat_tp_app
 Required for transport layer encryption. More...
 

Detailed Description

Bluetooth Mesh security material structure.

This structure is used when sending a mesh packet and it includes pointers to the network and application security material structures.

Note
This can be populated by the dsm_tx_secmat_get function.

Definition at line 332 of file nrf_mesh.h.

Field Documentation

◆ p_net

const nrf_mesh_network_secmat_t* nrf_mesh_secmat_t::p_net

Required for network layer encryption.

See also
nrf_mesh_network_secmat_t.

Definition at line 335 of file nrf_mesh.h.

◆ p_app

const nrf_mesh_application_secmat_t* nrf_mesh_secmat_t::p_app

Required for transport layer encryption.

See also
nrf_mesh_application_secmat_t.

Definition at line 337 of file nrf_mesh.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated