Searched refs:scan_report (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/ |
D | rpr_cli.h | 75 void (*scan_report)(struct bt_mesh_rpr_cli *cli, member
|
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/ |
D | rpr_cli.c | 119 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/ |
D | rpr_cli.rst | 40 .scan_report = rpr_scan_report, 61 :c:member:`bt_mesh_rpr_cli.scan_report` callback.
|
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/shell/ |
D | rpr.c | 78 .scan_report = rpr_scan_report,
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/ |
D | test_provision.c | 116 .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/ |
D | btp_mesh.c | 778 .scan_report = rpr_scan_report,
|