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

Provisioning data to transmit to a device. More...

#include <nrf_mesh_prov_types.h>

Data Fields

uint8_t netkey [NRF_MESH_KEY_SIZE]
 Network key for the device. More...
 
uint16_t netkey_index
 Network key index. More...
 
uint32_t iv_index
 IV_index value for the device, in little endian format. 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 data to transmit to a device.

Definition at line 277 of file nrf_mesh_prov_types.h.

Field Documentation

◆ netkey

uint8_t nrf_mesh_prov_provisioning_data_t::netkey[NRF_MESH_KEY_SIZE]

Network key for the device.

Definition at line 280 of file nrf_mesh_prov_types.h.

◆ netkey_index

uint16_t nrf_mesh_prov_provisioning_data_t::netkey_index

Network key index.

Definition at line 282 of file nrf_mesh_prov_types.h.

◆ iv_index

uint32_t nrf_mesh_prov_provisioning_data_t::iv_index

IV_index value for the device, in little endian format.

Definition at line 284 of file nrf_mesh_prov_types.h.

◆ address

uint16_t nrf_mesh_prov_provisioning_data_t::address

Unicast address for the device.

Definition at line 286 of file nrf_mesh_prov_types.h.

◆ iv_update

uint8_t nrf_mesh_prov_provisioning_data_t::iv_update

IV update in progress flag.

Definition at line 290 of file nrf_mesh_prov_types.h.

◆ key_refresh

uint8_t nrf_mesh_prov_provisioning_data_t::key_refresh

Key refresh in progress flag.

Definition at line 292 of file nrf_mesh_prov_types.h.

◆ flags

struct { ... } nrf_mesh_prov_provisioning_data_t::flags

Flags.


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

Documentation feedback | Developer Zone | Subscribe | Updated