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

Commit fb919023 authored by Venkata Jagadeesh Garaga's avatar Venkata Jagadeesh Garaga Committed by android-build-merger
Browse files

Merge "GAP: Dont send RNR and create connection at the same time" am: eb0c730c

am: 29b41676

Change-Id: I28e45ca02496d1799c0c4b5d78670f5e56abc07a
parents f4c1a500 29b41676
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2607,7 +2607,7 @@ void btm_acl_paging(BT_HDR* p, const RawAddress& bda) {
  } else {
    if (!BTM_ACL_IS_CONNECTED(bda)) {
      VLOG(1) << "connecting_bda: " << btm_cb.connecting_bda;
      if (btm_cb.paging && bda != btm_cb.connecting_bda) {
      if (btm_cb.paging && bda == btm_cb.connecting_bda) {
        fixed_queue_enqueue(btm_cb.page_queue, p);
      } else {
        p_dev_rec = btm_find_or_alloc_dev(bda);