nRF5 SDK for Mesh v1.0.1
Data Fields
nrf_mesh_prov_evt_complete_t Struct Reference

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_netkey
 Pointer to the received network key. More...
 
const uint8_t * p_devkey
 Device key of the provisioned device. More...
 
uint32_t iv_index
 IV index for the network. More...
 
uint16_t netkey_index
 Network key index. More...
 
uint16_t address
 Unicast address for the device. More...
 
struct {
   uint8_t   iv_update: 1
 IV update in progress flag. More...
 
   uint8_t   key_refresh: 1
 Key refresh in progress flag. More...
 
flags
 Flags. More...
 

Detailed Description

Provisioning complete event.

Signals the completion of a provisioning session.

Definition at line 175 of file nrf_mesh_prov_events.h.

Field Documentation

◆ p_context

nrf_mesh_prov_ctx_t* nrf_mesh_prov_evt_complete_t::p_context

Provisioning context pointer.

Definition at line 178 of file nrf_mesh_prov_events.h.

◆ p_netkey

const uint8_t* nrf_mesh_prov_evt_complete_t::p_netkey

Pointer to the received network key.

This must be copied into static memory before use.

Definition at line 180 of file nrf_mesh_prov_events.h.

◆ p_devkey

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 182 of file nrf_mesh_prov_events.h.

◆ iv_index

uint32_t nrf_mesh_prov_evt_complete_t::iv_index

IV index for the network.

Definition at line 184 of file nrf_mesh_prov_events.h.

◆ netkey_index

uint16_t nrf_mesh_prov_evt_complete_t::netkey_index

Network key index.

Definition at line 186 of file nrf_mesh_prov_events.h.

◆ address

uint16_t nrf_mesh_prov_evt_complete_t::address

Unicast address for the device.

Definition at line 188 of file nrf_mesh_prov_events.h.

◆ iv_update

uint8_t nrf_mesh_prov_evt_complete_t::iv_update

IV update in progress flag.

Definition at line 192 of file nrf_mesh_prov_events.h.

◆ key_refresh

uint8_t nrf_mesh_prov_evt_complete_t::key_refresh

Key refresh in progress flag.

Definition at line 194 of file nrf_mesh_prov_events.h.

◆ flags

struct { ... } nrf_mesh_prov_evt_complete_t::flags

Flags.


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

Documentation feedback | Developer Zone | Subscribe | Updated