Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Drpr_cli.h75 void (*scan_report)(struct bt_mesh_rpr_cli *cli, member
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Drpr_cli.c119 if (cli->scan_report && found_dev) { in handle_extended_scan_report()
120 cli->scan_report(cli, &srv, &dev, buf); in handle_extended_scan_report()
309 if (cli->scan_report) { in handle_scan_report()
310 cli->scan_report(cli, &srv, &dev, NULL); in handle_scan_report()
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/
Drpr_cli.rst40 .scan_report = rpr_scan_report,
61 :c:member:`bt_mesh_rpr_cli.scan_report` callback.
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/shell/
Drpr.c78 .scan_report = rpr_scan_report,
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c116 .scan_report = rpr_scan_report,
1002 rpr_cli.scan_report = rpr_scan_report_parallel; in test_provisioner_pb_remote_client_parallel()
1052 rpr_cli.scan_report = rpr_scan_report_parallel; in test_provisioner_pb_remote_client_provision_timeout()
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_mesh.c778 .scan_report = rpr_scan_report,