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

Provisioning complete event packet. More...

#include <serial_evt.h>

Data Fields

uint8_t context_id
 Context ID of the completed provisioning link. More...
 
uint32_t iv_index
 IV index for the network. More...
 
uint16_t net_key_index
 Network key index. More...
 
uint16_t address
 Unicast address for the device. More...
 
uint8_t iv_update_flag
 IV update in progress flag. More...
 
uint8_t key_refresh_flag
 Key refresh in progress flag. More...
 
uint8_t device_key [NRF_MESH_KEY_SIZE]
 The device key of the provisioned device. More...
 
uint8_t net_key [NRF_MESH_KEY_SIZE]
 The network key of the provisioned device. More...
 

Detailed Description

Provisioning complete event packet.

Definition at line 191 of file serial_evt.h.

Field Documentation

◆ context_id

uint8_t serial_evt_prov_complete_t::context_id

Context ID of the completed provisioning link.

Definition at line 193 of file serial_evt.h.

◆ iv_index

uint32_t serial_evt_prov_complete_t::iv_index

IV index for the network.

Definition at line 194 of file serial_evt.h.

◆ net_key_index

uint16_t serial_evt_prov_complete_t::net_key_index

Network key index.

Definition at line 195 of file serial_evt.h.

◆ address

uint16_t serial_evt_prov_complete_t::address

Unicast address for the device.

Definition at line 196 of file serial_evt.h.

◆ iv_update_flag

uint8_t serial_evt_prov_complete_t::iv_update_flag

IV update in progress flag.

Definition at line 197 of file serial_evt.h.

◆ key_refresh_flag

uint8_t serial_evt_prov_complete_t::key_refresh_flag

Key refresh in progress flag.

Definition at line 198 of file serial_evt.h.

◆ device_key

uint8_t serial_evt_prov_complete_t::device_key[NRF_MESH_KEY_SIZE]

The device key of the provisioned device.

Definition at line 199 of file serial_evt.h.

◆ net_key

uint8_t serial_evt_prov_complete_t::net_key[NRF_MESH_KEY_SIZE]

The network key of the provisioned device.

Definition at line 200 of file serial_evt.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated