Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/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-Core-3.6.0/include/zephyr/bluetooth/mesh/
Dmain.h496 int bt_mesh_provision_remote(struct bt_mesh_rpr_cli *cli,
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c882 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/
Drpr.c358 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/
Dmain.c303 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/
Dbtp_mesh.c3858 err = bt_mesh_provision_remote(&rpr_cli, &srv, cp->uuid, in rpr_prov_remote()