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

Commit f843e97d authored by Łukasz Rymanowski's avatar Łukasz Rymanowski Committed by Automerger Merge Worker
Browse files

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

parents 2ca1645b 7626f858
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 */