OOB method selection parameters. More...
#include <serial_cmd.h>
Data Fields | |
uint8_t | context_id |
ID of context to set the oob method for. More... | |
uint8_t | oob_method |
OOB method to use, see nrf_mesh_prov_oob_method_t for accepted values. More... | |
uint8_t | oob_action |
OOB action to use, see nrf_mesh_prov_input_action_t or nrf_mesh_prov_output_action_t for values. More... | |
uint8_t | size |
Size of the OOB data. More... | |
OOB method selection parameters.
Definition at line 335 of file serial_cmd.h.
uint8_t serial_cmd_prov_oob_use_t::context_id |
ID of context to set the oob method for.
Definition at line 337 of file serial_cmd.h.
uint8_t serial_cmd_prov_oob_use_t::oob_method |
OOB method to use, see nrf_mesh_prov_oob_method_t for accepted values.
Definition at line 338 of file serial_cmd.h.
uint8_t serial_cmd_prov_oob_use_t::oob_action |
OOB action to use, see nrf_mesh_prov_input_action_t or nrf_mesh_prov_output_action_t for values.
Definition at line 339 of file serial_cmd.h.
uint8_t serial_cmd_prov_oob_use_t::size |
Size of the OOB data.
Definition at line 340 of file serial_cmd.h.