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... | |
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.
- mesh/core/api/nrf_mesh.h