Home
last modified time | relevance | path

Searched refs:xfer_progress (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_cli.h249 void (*xfer_progress)(struct bt_mesh_blob_cli *cli, member
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dblob.c148 static void xfer_progress(struct bt_mesh_blob_cli *cli, in xfer_progress() function
170 .xfer_progress = xfer_progress,
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_cli.c1257 if (cli->cb && cli->cb->xfer_progress) { in handle_xfer_status()
1258 cli->cb->xfer_progress(cli, target, &info); in handle_xfer_status()