Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu_srv.h244 bool bt_mesh_dfu_srv_is_busy(const struct bt_mesh_dfu_srv *srv);
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_srv.c41 if (!bt_mesh_dfu_srv_is_busy(srv) || in xfer_failed()
304 if (bt_mesh_dfu_srv_is_busy(srv)) { in handle_start()
610 bool bt_mesh_dfu_srv_is_busy(const struct bt_mesh_dfu_srv *srv) in bt_mesh_dfu_srv_is_busy() function
619 if (!bt_mesh_dfu_srv_is_busy(srv)) { in bt_mesh_dfu_srv_progress()