Provisioning complete event. More...
#include <nrf_mesh_prov_events.h>
Data Fields | |
nrf_mesh_prov_ctx_t * | p_context |
Provisioning context pointer. More... | |
const uint8_t * | p_devkey |
Device key of the provisioned device. More... | |
const nrf_mesh_prov_provisioning_data_t * | p_prov_data |
Pointer to provisioning data structure. More... | |
Provisioning complete event.
Signals the completion of a provisioning session.
Definition at line 220 of file nrf_mesh_prov_events.h.
nrf_mesh_prov_ctx_t* nrf_mesh_prov_evt_complete_t::p_context |
Provisioning context pointer.
Definition at line 223 of file nrf_mesh_prov_events.h.
const uint8_t* nrf_mesh_prov_evt_complete_t::p_devkey |
Device key of the provisioned device.
This must be copied into static memory before use.
Definition at line 225 of file nrf_mesh_prov_events.h.
const nrf_mesh_prov_provisioning_data_t* nrf_mesh_prov_evt_complete_t::p_prov_data |
Pointer to provisioning data structure.
Definition at line 227 of file nrf_mesh_prov_events.h.