bt_mesh_provisioner_set_oob_output_data() function
This function is called to output number/string which will be input by unprovisioned device.
Syntax
int bt_mesh_provisioner_set_oob_output_data(const uint8_t idx,
const uint8_t *num,
uint8_t size,
bool num_flag);
Arguments
idx
The provisioning link index
num
Pointer of the output number/string
size
Size of the output number/string
num_flag
Flag indicates if it is a number or string
Return value
Zero - success, otherwise - fail
bt_mesh_provisioner_set_oob_output_data() calls 5 functions:
![]()
bt_mesh_provisioner_set_oob_output_data()
bt_mesh_provisioner_set_oob_output_data() reads 9 variables and writes 1 variable:
![]()
bt_mesh_provisioner_set_oob_output_data()