Searched refs:rpr_cli (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | rpr_cli.rst | 39 struct bt_mesh_rpr_cli rpr_cli = { 54 bt_mesh_rpr_scan_start(&rpr_cli, &srv, uuid, timeout, max_devs, &status); 77 struct bt_mesh_rpr_cli rpr_cli; 89 bt_mesh_provision_remote(&rpr_cli, &srv, uuid, net_idx, addr); 117 struct bt_mesh_rpr_cli rpr_cli; 127 bt_mesh_reprovision_remote(&rpr_cli, &srv, new_addr, composition_changed);
|
D | models.rst | 29 rpr_cli
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_provision.c | 106 static struct bt_mesh_rpr_cli rpr_cli = { variable 116 BT_MESH_MODEL_RPR_CLI(&rpr_cli)), 139 BT_MESH_MODEL_RPR_CLI(&rpr_cli), 846 ASSERT_OK(bt_mesh_rpr_scan_start(&rpr_cli, srv, NULL, 5, 1, &scan_status)); in provision_remote() 987 rpr_cli.scan_report = rpr_scan_report_parallel; in test_provisioner_pb_remote_client_parallel() 992 ASSERT_OK(bt_mesh_provision_remote(&rpr_cli, &srv, uuid, 0, prov_addr)); in test_provisioner_pb_remote_client_parallel() 996 ASSERT_OK(bt_mesh_rpr_scan_start(&rpr_cli, &srv, uuid, 15, 1, &scan_status)); in test_provisioner_pb_remote_client_parallel() 1006 ASSERT_OK(bt_mesh_provision_remote(&rpr_cli, &srv, uuid, 0, prov_addr)); in test_provisioner_pb_remote_client_parallel() 1037 rpr_cli.scan_report = rpr_scan_report_parallel; in test_provisioner_pb_remote_client_provision_timeout() 1047 ASSERT_OK(bt_mesh_rpr_scan_start(&rpr_cli, &srv, uuid, 5, 1, &scan_status)); in test_provisioner_pb_remote_client_provision_timeout() [all …]
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | CMakeLists.txt | 104 zephyr_library_sources_ifdef(CONFIG_BT_MESH_RPR_CLI rpr_cli.c)
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 772 static struct bt_mesh_rpr_cli rpr_cli = { variable 1050 BT_MESH_MODEL_RPR_CLI(&rpr_cli), 1119 BT_MESH_MODEL_RPR_CLI(&rpr_cli), 3922 err = bt_mesh_rpr_scan_start(&rpr_cli, &srv, in rpr_scan_start() 3946 err = bt_mesh_rpr_scan_start_ext(&rpr_cli, &srv, cp->uuid, in rpr_ext_scan_start() 3969 err = bt_mesh_rpr_scan_caps_get(&rpr_cli, &srv, &caps); in rpr_scan_caps_get() 3996 err = bt_mesh_rpr_scan_get(&rpr_cli, &srv, &status); in rpr_scan_get() 4023 err = bt_mesh_rpr_scan_stop(&rpr_cli, &srv, &status); in rpr_scan_stop() 4047 err = bt_mesh_rpr_link_get(&rpr_cli, &srv, &link); in rpr_link_get() 4072 err = bt_mesh_rpr_link_close(&rpr_cli, &srv, &link); in rpr_link_close() [all …]
|