nRF5 SDK for Mesh v2.1.1
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 173 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 175 of file serial_evt.h.

◆ iv_index

uint32_t serial_evt_prov_complete_t::iv_index

IV index for the network.

Definition at line 176 of file serial_evt.h.

◆ net_key_index

uint16_t serial_evt_prov_complete_t::net_key_index

Network key index.

Definition at line 177 of file serial_evt.h.

◆ address

uint16_t serial_evt_prov_complete_t::address

Unicast address for the device.

Definition at line 178 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 179 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 180 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 181 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 182 of file serial_evt.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated