nRF5 SDK for Mesh v2.2.0
Data Fields
serial_cmd_prov_caps_t Struct Reference

Provisioning set capabilities parameters. More...

#include <serial_cmd.h>

Data Fields

uint8_t num_elements
 The number of elements in the device.
 
uint8_t public_key_type
 The type of public key used in the device. More...
 
uint8_t static_oob_types
 The types of static OOB authentication methods. More...
 
uint8_t output_oob_size
 Maximum size of the OOB authentication output. More...
 
uint16_t output_oob_actions
 Available output actions for OOB authentication. More...
 
uint8_t input_oob_size
 Maximum size of the OOB authentication input. More...
 
uint16_t input_oob_actions
 Available input actions for OOB authentication. More...
 

Detailed Description

Provisioning set capabilities parameters.

Definition at line 305 of file serial_cmd.h.

Field Documentation

◆ public_key_type

uint8_t serial_cmd_prov_caps_t::public_key_type

The type of public key used in the device.

Definition at line 308 of file serial_cmd.h.

◆ static_oob_types

uint8_t serial_cmd_prov_caps_t::static_oob_types

The types of static OOB authentication methods.

Definition at line 310 of file serial_cmd.h.

◆ output_oob_size

uint8_t serial_cmd_prov_caps_t::output_oob_size

Maximum size of the OOB authentication output.

Definition at line 312 of file serial_cmd.h.

◆ output_oob_actions

uint16_t serial_cmd_prov_caps_t::output_oob_actions

Available output actions for OOB authentication.

Definition at line 313 of file serial_cmd.h.

◆ input_oob_size

uint8_t serial_cmd_prov_caps_t::input_oob_size

Maximum size of the OOB authentication input.

Definition at line 315 of file serial_cmd.h.

◆ input_oob_actions

uint16_t serial_cmd_prov_caps_t::input_oob_actions

Available input actions for OOB authentication.

Definition at line 316 of file serial_cmd.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated