Home
last modified time | relevance | path

Searched defs:bt_mesh_dfu_cli_cb (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Ddfu_cli.h130 struct bt_mesh_dfu_cli_cb { struct
137 void (*suspended)(struct bt_mesh_dfu_cli *cli);
147 void (*ended)(struct bt_mesh_dfu_cli *cli,
157 void (*applied)(struct bt_mesh_dfu_cli *cli);
186 const struct bt_mesh_dfu_cli_cb *cb; argument