Home
last modified time | relevance | path

Searched refs:bt_mesh_provision_remote (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Drpr_cli.rst73 :c:func:`bt_mesh_provision_remote` call:
89 bt_mesh_provision_remote(&rpr_cli, &srv, uuid, net_idx, addr);
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h496 int bt_mesh_provision_remote(struct bt_mesh_rpr_cli *cli,
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c907 ASSERT_OK(bt_mesh_provision_remote(cli, srv, unprov->uuid, 0, prov_addr)); in rpr_scan_report()
1033 ASSERT_OK(bt_mesh_provision_remote(&rpr_cli, &srv, uuid, 0, prov_addr)); in test_provisioner_pb_remote_client_parallel()
1047 ASSERT_OK(bt_mesh_provision_remote(&rpr_cli, &srv, uuid, 0, prov_addr)); in test_provisioner_pb_remote_client_parallel()
1098 ASSERT_OK(bt_mesh_provision_remote(&rpr_cli, &srv, uuid, 0, prov_addr)); in test_provisioner_pb_remote_client_provision_timeout()
1105 ASSERT_OK(bt_mesh_provision_remote(&rpr_cli, &srv, uuid, 0, prov_addr)); in test_provisioner_pb_remote_client_provision_timeout()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Drpr.c354 err = bt_mesh_provision_remote((struct bt_mesh_rpr_cli *)mod->rt->user_data, in cmd_provision_remote()
/Zephyr-latest/subsys/bluetooth/mesh/
Dmain.c303 int bt_mesh_provision_remote(struct bt_mesh_rpr_cli *cli, in bt_mesh_provision_remote() function
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c4096 err = bt_mesh_provision_remote(&rpr_cli, &srv, cp->uuid, in rpr_prov_remote()