Application security material structure. More...
#include <nrf_mesh.h>
Data Fields | |
bool | is_device_key |
Indicates whether the device key or the application is used. More... | |
uint8_t | aid |
Application ID. More... | |
uint8_t | key [NRF_MESH_KEY_SIZE] |
Application or device key storage. More... | |
Application security material structure.
This structure is required for the encryption of the application data.
Definition at line 245 of file nrf_mesh.h.
bool nrf_mesh_application_secmat_t::is_device_key |
Indicates whether the device key or the application is used.
Definition at line 248 of file nrf_mesh.h.
uint8_t nrf_mesh_application_secmat_t::aid |
uint8_t nrf_mesh_application_secmat_t::key[NRF_MESH_KEY_SIZE] |
Application or device key storage.
Definition at line 252 of file nrf_mesh.h.