Searched refs:rpr_cli (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.5.0/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 | 27 rpr_cli
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/ |
D | test_provision.c | 115 static struct bt_mesh_rpr_cli rpr_cli = { variable 125 BT_MESH_MODEL_RPR_CLI(&rpr_cli)), 148 BT_MESH_MODEL_RPR_CLI(&rpr_cli), 861 ASSERT_OK(bt_mesh_rpr_scan_start(&rpr_cli, srv, NULL, 5, 1, &scan_status)); in provision_remote() 1002 rpr_cli.scan_report = rpr_scan_report_parallel; in test_provisioner_pb_remote_client_parallel() 1007 ASSERT_OK(bt_mesh_provision_remote(&rpr_cli, &srv, uuid, 0, prov_addr)); in test_provisioner_pb_remote_client_parallel() 1011 ASSERT_OK(bt_mesh_rpr_scan_start(&rpr_cli, &srv, uuid, 5, 1, &scan_status)); in test_provisioner_pb_remote_client_parallel() 1021 ASSERT_OK(bt_mesh_provision_remote(&rpr_cli, &srv, uuid, 0, prov_addr)); in test_provisioner_pb_remote_client_parallel() 1052 rpr_cli.scan_report = rpr_scan_report_parallel; in test_provisioner_pb_remote_client_provision_timeout() 1062 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-Core-3.5.0/subsys/bluetooth/mesh/ |
D | CMakeLists.txt | 109 zephyr_library_sources_ifdef(CONFIG_BT_MESH_RPR_CLI rpr_cli.c)
|
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 777 static struct bt_mesh_rpr_cli rpr_cli = { variable 1051 BT_MESH_MODEL_RPR_CLI(&rpr_cli), 3663 err = bt_mesh_rpr_scan_start(&rpr_cli, &srv, in rpr_scan_start() 3687 err = bt_mesh_rpr_scan_start_ext(&rpr_cli, &srv, cp->uuid, in rpr_ext_scan_start() 3710 err = bt_mesh_rpr_scan_caps_get(&rpr_cli, &srv, &caps); in rpr_scan_caps_get() 3737 err = bt_mesh_rpr_scan_get(&rpr_cli, &srv, &status); in rpr_scan_get() 3764 err = bt_mesh_rpr_scan_stop(&rpr_cli, &srv, &status); in rpr_scan_stop() 3788 err = bt_mesh_rpr_link_get(&rpr_cli, &srv, &link); in rpr_link_get() 3813 err = bt_mesh_rpr_link_close(&rpr_cli, &srv, &link); in rpr_link_close() 3837 err = bt_mesh_provision_remote(&rpr_cli, &srv, cp->uuid, in rpr_prov_remote() [all …]
|