Provisioning failed event. More...
#include <nrf_mesh_prov_events.h>
Data Fields | |
nrf_mesh_prov_ctx_t * | p_context |
Provisioning context pointer. More... | |
nrf_mesh_prov_failure_code_t | failure_code |
Failure code indicating which error occured. More... | |
Provisioning failed event.
Signals that a Provisioning Failed message has been sent or received because of a provisioning protocol error.
Definition at line 234 of file nrf_mesh_prov_events.h.
nrf_mesh_prov_ctx_t* nrf_mesh_prov_evt_failed_t::p_context |
Provisioning context pointer.
Definition at line 237 of file nrf_mesh_prov_events.h.
nrf_mesh_prov_failure_code_t nrf_mesh_prov_evt_failed_t::failure_code |
Failure code indicating which error occured.
Definition at line 239 of file nrf_mesh_prov_events.h.