Searched refs:lost_target (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_cli.rst | 105 :c:member:`lost_target <bt_mesh_blob_cli_cb.lost_target>` callback. 123 :c:member:`lost_target <bt_mesh_blob_cli_cb.lost_target>` callback.
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | dfu_cli.h | 176 void (*lost_target)(struct bt_mesh_dfu_cli *cli, member
|
D | blob_cli.h | 215 void (*lost_target)(struct bt_mesh_blob_cli *cli, member
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfu_cli.c | 100 if (cli->cb && cli->cb->lost_target) { in target_failed() 101 cli->cb->lost_target(cli, target); in target_failed() 277 .lost_target = blob_lost_target,
|
D | blob_cli.c | 121 if (cli->cb && cli->cb->lost_target) { in target_drop() 122 cli->cb->lost_target(cli, target, reason); in target_drop()
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | blob.c | 167 .lost_target = blob_cli_lost_target,
|
D | dfu.c | 56 .lost_target = dfu_cli_lost_target,
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_blob.c | 225 .lost_target = blob_cli_lost_target,
|
D | test_dfu.c | 936 .lost_target = dfu_cli_lost_target,
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 348 .lost_target = blob_cli_lost_target,
|