Home
last modified time | relevance | path

Searched refs:bt_mesh_rpr_scan_start_ext (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Drpr_cli.h188 int bt_mesh_rpr_scan_start_ext(struct bt_mesh_rpr_cli *cli,
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Drpr.c156 err = bt_mesh_rpr_scan_start_ext((struct bt_mesh_rpr_cli *)mod->rt->user_data, in cmd_scan_ext()
192 err = bt_mesh_rpr_scan_start_ext((struct bt_mesh_rpr_cli *)mod->rt->user_data, in cmd_scan_srv()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Drpr_cli.rst64 :c:func:`bt_mesh_rpr_scan_start_ext` call. Extended scanning supplements regular scanning by
/Zephyr-latest/subsys/bluetooth/mesh/
Drpr_cli.c525 int bt_mesh_rpr_scan_start_ext(struct bt_mesh_rpr_cli *cli, in bt_mesh_rpr_scan_start_ext() function
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c3946 err = bt_mesh_rpr_scan_start_ext(&rpr_cli, &srv, cp->uuid, in rpr_ext_scan_start()