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... | |
Provisioning set capabilities parameters.
Definition at line 306 of file serial_cmd.h.
uint8_t serial_cmd_prov_caps_t::public_key_type |
The type of public key used in the device.
Definition at line 309 of file serial_cmd.h.
uint8_t serial_cmd_prov_caps_t::static_oob_types |
The types of static OOB authentication methods.
Definition at line 311 of file serial_cmd.h.
uint8_t serial_cmd_prov_caps_t::output_oob_size |
Maximum size of the OOB authentication output.
Definition at line 313 of file serial_cmd.h.
uint16_t serial_cmd_prov_caps_t::output_oob_actions |
Available output actions for OOB authentication.
Definition at line 314 of file serial_cmd.h.
uint8_t serial_cmd_prov_caps_t::input_oob_size |
Maximum size of the OOB authentication input.
Definition at line 316 of file serial_cmd.h.
uint16_t serial_cmd_prov_caps_t::input_oob_actions |
Available input actions for OOB authentication.
Definition at line 317 of file serial_cmd.h.