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

Provisioning provision command parameters. More...

#include <serial_cmd.h>

Data Fields

uint8_t context_id
 Context ID to use for this provisioning session. More...
 
uint8_t target_uuid [NRF_MESH_UUID_SIZE]
 UUID of the device to provision. More...
 
uint8_t network_key [NRF_MESH_KEY_SIZE]
 Network key to give to the device. More...
 
uint16_t network_key_index
 Network key index. More...
 
uint32_t iv_index
 Initial IV index of the network. More...
 
uint16_t address
 Unicast address to assign to 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 attention_duration_s
 Time in seconds during which the device will identify itself using any means it can. More...
 

Detailed Description

Provisioning provision command parameters.

Definition at line 321 of file serial_cmd.h.

Field Documentation

◆ context_id

uint8_t serial_cmd_prov_data_t::context_id

Context ID to use for this provisioning session.

Definition at line 323 of file serial_cmd.h.

◆ target_uuid

uint8_t serial_cmd_prov_data_t::target_uuid[NRF_MESH_UUID_SIZE]

UUID of the device to provision.

Definition at line 324 of file serial_cmd.h.

◆ network_key

uint8_t serial_cmd_prov_data_t::network_key[NRF_MESH_KEY_SIZE]

Network key to give to the device.

Definition at line 325 of file serial_cmd.h.

◆ network_key_index

uint16_t serial_cmd_prov_data_t::network_key_index

Network key index.

Definition at line 326 of file serial_cmd.h.

◆ iv_index

uint32_t serial_cmd_prov_data_t::iv_index

Initial IV index of the network.

Definition at line 327 of file serial_cmd.h.

◆ address

uint16_t serial_cmd_prov_data_t::address

Unicast address to assign to the device.

Definition at line 328 of file serial_cmd.h.

◆ iv_update_flag

uint8_t serial_cmd_prov_data_t::iv_update_flag

IV update in progress flag.

Definition at line 329 of file serial_cmd.h.

◆ key_refresh_flag

uint8_t serial_cmd_prov_data_t::key_refresh_flag

Key refresh in progress flag.

Definition at line 330 of file serial_cmd.h.

◆ attention_duration_s

uint8_t serial_cmd_prov_data_t::attention_duration_s

Time in seconds during which the device will identify itself using any means it can.

Definition at line 331 of file serial_cmd.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated