Home
last modified time | relevance | path

Searched refs:bt_mesh_dfu_cli_imgs_get (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu_cli.h348 int bt_mesh_dfu_cli_imgs_get(struct bt_mesh_dfu_cli *cli,
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfu.c657 err = bt_mesh_dfu_cli_imgs_get((struct bt_mesh_dfu_cli *)mod_cli->rt->user_data, in cmd_dfu_target_imgs()
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_cli.c1170 int bt_mesh_dfu_cli_imgs_get(struct bt_mesh_dfu_cli *cli, in bt_mesh_dfu_cli_imgs_get() function
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c4264 err = bt_mesh_dfu_cli_imgs_get(&dfd_srv.dfu, &ctx, dfu_img_cb, NULL, in dfu_info_get()