Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu_srv.h228 void bt_mesh_dfu_srv_cancel(struct bt_mesh_dfu_srv *srv);
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_srv.c587 void bt_mesh_dfu_srv_cancel(struct bt_mesh_dfu_srv *srv) in bt_mesh_dfu_srv_cancel() function
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfu.c917 bt_mesh_dfu_srv_cancel((struct bt_mesh_dfu_srv *)mod_srv->rt->user_data); in cmd_dfu_rx_cancel()