nRF5 SDK for Mesh v5.0.0
Data Fields
serial_cmd_prov_t Union Reference

Union of all provisioning command parameters. More...

#include <serial_cmd.h>

Data Fields

serial_cmd_prov_keypair_t keypair
 Parameters for the Set keypair packet. More...
 
serial_cmd_prov_caps_t caps
 Parameters for the Set capabilities packet. More...
 
serial_cmd_prov_data_t data
 Parameters for the Provisioning data packet. More...
 
serial_cmd_prov_oob_use_t oob_use
 Parameters for the OOB use packet. More...
 
serial_cmd_prov_auth_data_t auth_data
 Parameters for the Authentication data packet. More...
 
serial_cmd_prov_ecdh_data_t ecdh_data
 Parameters for the ECDH shared secret packet. More...
 

Detailed Description

Union of all provisioning command parameters.

Definition at line 358 of file serial_cmd.h.

Field Documentation

◆ keypair

serial_cmd_prov_keypair_t serial_cmd_prov_t::keypair

Parameters for the Set keypair packet.

Definition at line 360 of file serial_cmd.h.

◆ caps

serial_cmd_prov_caps_t serial_cmd_prov_t::caps

Parameters for the Set capabilities packet.

Definition at line 361 of file serial_cmd.h.

◆ data

serial_cmd_prov_data_t serial_cmd_prov_t::data

Parameters for the Provisioning data packet.

Definition at line 362 of file serial_cmd.h.

◆ oob_use

serial_cmd_prov_oob_use_t serial_cmd_prov_t::oob_use

Parameters for the OOB use packet.

Definition at line 363 of file serial_cmd.h.

◆ auth_data

serial_cmd_prov_auth_data_t serial_cmd_prov_t::auth_data

Parameters for the Authentication data packet.

Definition at line 364 of file serial_cmd.h.

◆ ecdh_data

serial_cmd_prov_ecdh_data_t serial_cmd_prov_t::ecdh_data

Parameters for the ECDH shared secret packet.

Definition at line 365 of file serial_cmd.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated