Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7626f858 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski Committed by Gerrit Code Review
Browse files

Merge "Floss: Run queued gatt operations when the previous one completes"

parents 221c2ad0 7269820f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1204,7 +1204,10 @@ void bta_gattc_op_cmpl(tBTA_GATTC_CLCB* p_clcb, const tBTA_GATTC_DATA* p_data) {
    }

    bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_DISCOVER_EVT, NULL);
    return;
  }

  bta_gattc_continue(p_clcb);
}

/** start a search in the local server cache */