nRF5 SDK for Mesh v5.0.0
Data Fields
nrf_mesh_prov_evt_failed_t Struct Reference

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...
 

Detailed Description

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.

Field Documentation

◆ p_context

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.

◆ failure_code

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.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated