Searched refs:BT_MESH_DFU_PHASE_IDLE (Results 1 – 5 of 5) sorted by relevance
90 srv->update.phase = BT_MESH_DFU_PHASE_IDLE; in apply_rsp_sent()100 srv->update.phase = BT_MESH_DFU_PHASE_IDLE; in apply_rsp_sent()186 if (srv->update.phase != BT_MESH_DFU_PHASE_IDLE) { in handle_info_get()214 if (srv->update.phase != BT_MESH_DFU_PHASE_IDLE) { in handle_metadata_check()234 if (srv->update.phase != BT_MESH_DFU_PHASE_IDLE) { in update_status_rsp()391 srv->update.phase = BT_MESH_DFU_PHASE_IDLE; in handle_cancel()505 srv->update.phase = BT_MESH_DFU_PHASE_IDLE; in dfu_srv_reset()589 if (srv->update.phase == BT_MESH_DFU_PHASE_IDLE) { in bt_mesh_dfu_srv_cancel()606 srv->update.phase = BT_MESH_DFU_PHASE_IDLE; in bt_mesh_dfu_srv_applied()612 return srv->update.phase != BT_MESH_DFU_PHASE_IDLE && in bt_mesh_dfu_srv_is_busy()
753 if (cli->xfer.state == STATE_APPLY && phase == BT_MESH_DFU_PHASE_IDLE && in handle_status()797 phase != BT_MESH_DFU_PHASE_IDLE)) { in handle_status()811 if (phase != BT_MESH_DFU_PHASE_IDLE) { in handle_status()
44 BT_MESH_DFU_PHASE_IDLE, enumerator
888 if ((expected_stop_phase == BT_MESH_DFU_PHASE_IDLE || in dfu_cli_ended()1030 ASSERT_EQUAL(BT_MESH_DFU_PHASE_IDLE, dfu_cli_xfer.targets[0].phase); in test_cli_fail_on_persistency()1112 ASSERT_EQUAL(BT_MESH_DFU_PHASE_IDLE, dfu_cli_xfer.targets[i].phase); in test_cli_all_targets_lost_on_metadata()1299 ASSERT_EQUAL(BT_MESH_DFU_PHASE_IDLE, dfu_cli_xfer.targets[0].phase); in test_cli_stop()1601 ASSERT_EQUAL(BT_MESH_DFU_PHASE_IDLE, dfu_srv.update.phase); in test_target_dfu_stop()
601 if (rsp.phase != BT_MESH_DFU_PHASE_IDLE) { in cmd_dfu_target_state()