Searched refs:bt_mesh_provision_remote (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/mesh/ |
D | rpr_cli.rst | 73 :c:func:`bt_mesh_provision_remote` call: 89 bt_mesh_provision_remote(&rpr_cli, &srv, uuid, net_idx, addr);
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/ |
D | main.h | 496 int bt_mesh_provision_remote(struct bt_mesh_rpr_cli *cli,
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/src/ |
D | test_provision.c | 882 ASSERT_OK(bt_mesh_provision_remote(cli, srv, unprov->uuid, 0, prov_addr)); in rpr_scan_report() 1008 ASSERT_OK(bt_mesh_provision_remote(&rpr_cli, &srv, uuid, 0, prov_addr)); in test_provisioner_pb_remote_client_parallel() 1022 ASSERT_OK(bt_mesh_provision_remote(&rpr_cli, &srv, uuid, 0, prov_addr)); in test_provisioner_pb_remote_client_parallel() 1073 ASSERT_OK(bt_mesh_provision_remote(&rpr_cli, &srv, uuid, 0, prov_addr)); in test_provisioner_pb_remote_client_provision_timeout() 1080 ASSERT_OK(bt_mesh_provision_remote(&rpr_cli, &srv, uuid, 0, prov_addr)); in test_provisioner_pb_remote_client_provision_timeout()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/shell/ |
D | rpr.c | 358 err = bt_mesh_provision_remote((struct bt_mesh_rpr_cli *)mod->rt->user_data, in cmd_provision_remote()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/ |
D | main.c | 303 int bt_mesh_provision_remote(struct bt_mesh_rpr_cli *cli, in bt_mesh_provision_remote() function
|
/Zephyr-Core-3.6.0/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 3858 err = bt_mesh_provision_remote(&rpr_cli, &srv, cp->uuid, in rpr_prov_remote()
|