Searched refs:expected_phase (Results 1 – 2 of 2) sorted by relevance
1211 enum bt_mesh_blob_xfer_phase expected_phase; in handle_xfer_status() local1251 expected_phase = BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_BLOCK; in handle_xfer_status()1253 expected_phase = BT_MESH_BLOB_XFER_PHASE_COMPLETE; in handle_xfer_status()1255 expected_phase = BT_MESH_BLOB_XFER_PHASE_INACTIVE; in handle_xfer_status()1266 } else if (info.phase != expected_phase) { in handle_xfer_status()1267 LOG_WRN("Wrong phase: %u != %u", expected_phase, info.phase); in handle_xfer_status()
510 enum bt_mesh_dfu_phase expected_phase; in dist_dfu_start_and_confirm() local515 expected_phase = BT_MESH_DFU_PHASE_APPLY_FAIL; in dist_dfu_start_and_confirm()519 expected_phase = BT_MESH_DFU_PHASE_APPLY_SUCCESS; in dist_dfu_start_and_confirm()536 ASSERT_EQUAL(expected_phase, dfd_srv.targets[i].phase); in dist_dfu_start_and_confirm()