Bluetooth Mesh security material structure. More...
#include <nrf_mesh.h>
Data Fields | |
const nrf_mesh_network_secmat_t * | p_net |
Required for network layer encryption. More... | |
const nrf_mesh_application_secmat_t * | p_app |
Required for transport layer encryption. More... | |
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.
Definition at line 332 of file nrf_mesh.h.
const nrf_mesh_network_secmat_t* nrf_mesh_secmat_t::p_net |
Required for network layer encryption.
Definition at line 335 of file nrf_mesh.h.
const nrf_mesh_application_secmat_t* nrf_mesh_secmat_t::p_app |
Required for transport layer encryption.
Definition at line 337 of file nrf_mesh.h.