Searched refs:xfer_progress (Results 1 – 3 of 3) sorted by relevance
249 void (*xfer_progress)(struct bt_mesh_blob_cli *cli, member
148 static void xfer_progress(struct bt_mesh_blob_cli *cli, in xfer_progress() function170 .xfer_progress = xfer_progress,
1257 if (cli->cb && cli->cb->xfer_progress) { in handle_xfer_status()1258 cli->cb->xfer_progress(cli, target, &info); in handle_xfer_status()