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

Commit a72c3bde 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:...

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

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2479815



Change-Id: I08f78760e0583100da72f92d4cb7f97894bc86f0
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 124a4476 f843e97d
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 */