Searched refs:expected_stop_phase (Results 1 – 2 of 2) sorted by relevance
58 static enum bt_mesh_dfu_phase expected_stop_phase; variable78 .dest = &expected_stop_phase, in test_args_parse()196 if (expected_stop_phase == BT_MESH_DFU_PHASE_APPLYING) { in target_dfu_start()213 if (expected_stop_phase == BT_MESH_DFU_PHASE_VERIFY) { in target_dfu_transfer_end()220 if (expected_stop_phase == BT_MESH_DFU_PHASE_VERIFY_FAIL) { in target_dfu_transfer_end()248 if (expected_stop_phase == BT_MESH_DFU_PHASE_VERIFY_OK) { in target_dfu_apply()250 } else if (expected_stop_phase == BT_MESH_DFU_PHASE_APPLYING) { in target_dfu_apply()888 if ((expected_stop_phase == BT_MESH_DFU_PHASE_IDLE || in dfu_cli_ended()889 expected_stop_phase == BT_MESH_DFU_PHASE_VERIFY_OK) && in dfu_cli_ended()894 if (expected_stop_phase == BT_MESH_DFU_PHASE_TRANSFER_ACTIVE) { in dfu_cli_ended()[all …]
30 static enum bt_mesh_blob_xfer_phase expected_stop_phase; variable50 .dest = &expected_stop_phase, in test_args_parse()93 if (expected_stop_phase == BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_CHUNK) { in blob_chunk_wr()114 if (expected_stop_phase == BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_BLOCK || in blob_block_end()115 expected_stop_phase == BT_MESH_BLOB_XFER_PHASE_SUSPENDED) { in blob_block_end()1453 switch (expected_stop_phase) { in test_cli_stop()1549 switch (expected_stop_phase) { in test_srv_stop()1570 ASSERT_EQUAL(expected_stop_phase, blob_srv.phase); in test_srv_stop()