Home
last modified time | relevance | path

Searched refs:img_cb (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_cli.c253 cli->req.img_cb = NULL; in blob_end()
623 cli->req.img_cb = target_img_cb; in confirm()
635 cli->req.img_cb = NULL; in confirmed()
836 if (!cli->req.img_cb || in handle_info_status()
855 while (buf->len && cli->req.img_cb && idx < cli->req.img_cnt) { in handle_info_status()
888 it = cli->req.img_cb(cli, ctx, idx, img_cnt, &img, in handle_info_status()
996 cli->req.img_cb = NULL; in dfu_cli_reset()
1177 if (cli->req.img_cb) { in bt_mesh_dfu_cli_imgs_get()
1186 cli->req.img_cb = cb; in bt_mesh_dfu_cli_imgs_get()
1193 cli->req.img_cb = NULL; in bt_mesh_dfu_cli_imgs_get()
[all …]
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu_cli.h210 bt_mesh_dfu_img_cb_t img_cb; member