Lines Matching refs:prov
363 static struct bt_mesh_prov prov = { variable
399 ASSERT_OK(bt_mesh_auth_method_set_static(prov.static_val, prov.static_val_len)); in capabilities()
402 ASSERT_OK(bt_mesh_auth_method_set_output(prov.output_actions, prov.output_size)); in capabilities()
405 ASSERT_OK(bt_mesh_auth_method_set_input(prov.input_actions, prov.input_size)); in capabilities()
426 prov.static_val = oob_auth_test_vector[test_step].static_val; in oob_auth_set()
427 prov.static_val_len = oob_auth_test_vector[test_step].static_val_len; in oob_auth_set()
428 prov.output_size = oob_auth_test_vector[test_step].output_size; in oob_auth_set()
429 prov.output_actions = oob_auth_test_vector[test_step].output_actions; in oob_auth_set()
430 prov.input_size = oob_auth_test_vector[test_step].input_size; in oob_auth_set()
431 prov.input_actions = oob_auth_test_vector[test_step].input_actions; in oob_auth_set()
473 bt_mesh_device_setup(&prov, &comp); in oob_device()
477 prov.public_key_be = public_key_be; in oob_device()
478 prov.private_key_be = private_key_be; in oob_device()
504 bt_mesh_device_setup(&prov, &comp); in oob_provisioner()
613 bt_mesh_device_setup(&prov, &comp); in test_device_pb_adv_no_oob()
631 bt_mesh_device_setup(&prov, &comp); in test_device_pb_adv_reprovision()
652 bt_mesh_device_setup(&prov, &comp); in test_provisioner_pb_adv_no_oob()
713 bt_mesh_device_setup(&prov, &comp); in test_provisioner_pb_adv_multi()
733 bt_mesh_device_setup(&prov, &comp); in test_provisioner_iv_update_flag_zero()
751 bt_mesh_device_setup(&prov, &comp); in test_provisioner_iv_update_flag_one()
774 bt_mesh_device_setup(&prov, &comp); in test_provisioner_pb_adv_reprovision()
797 bt_mesh_device_setup(&prov, &comp); in test_device_unresponsive()
881 bt_mesh_device_setup(&prov, &rpr_cli_comp); in provisioner_pb_remote_client_setup()
892 bt_mesh_device_setup(&prov, comp); in device_pb_remote_server_setup()
973 bt_mesh_device_setup(&prov, &rpr_cli_comp); in test_provisioner_pb_remote_client_parallel()
1214 prov.node_added = prov_node_added_rpr; in test_provisioner_pb_remote_client_nppi_robustness()
1352 bt_mesh_device_setup(&prov, &rpr_srv_comp); in test_device_pb_remote_server_nppi_robustness()
1431 bt_mesh_device_setup(&prov, &rpr_cli_srv_comp); in test_device_pb_remote_client_server_same_dev()
1457 prov.node_added = prov_node_added_rpr; in test_device_pb_remote_client_server_same_dev()
1529 bt_mesh_device_setup(&prov, &rpr_cli_srv_comp); in test_device_pb_remote_server_same_dev()
1540 prov.node_added = prov_node_added_rpr; in test_device_pb_remote_server_same_dev()
1602 bt_mesh_device_setup(&prov, &rpr_cli_comp); in test_provisioner_pb_remote_client_ncrp()
1626 prov.node_added = prov_node_added_rpr; in test_provisioner_pb_remote_client_ncrp()
1673 bt_mesh_device_setup(&prov, &rpr_cli_comp); in test_provisioner_pb_remote_client_ncrp_second_time()
1687 prov.node_added = prov_node_added_rpr; in test_provisioner_pb_remote_client_ncrp_second_time()