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

Commit 78ff62f9 authored by Nitin Arora's avatar Nitin Arora Committed by android-build-merger
Browse files

Allow full dev consolidation after pairing

am: 0afc1b90

Change-Id: I4f118649f780a5302b69fdcfd0fc19793af730a4
parents 97c8e653 0afc1b90
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -407,7 +407,6 @@ void btm_consolidate_dev(tBTM_SEC_DEV_REC* p_target_rec) {

      /* remove the combined record */
      list_remove(btm_cb.sec_dev_rec, p_dev_rec);
      break;
    }

    /* an RPA device entry is a duplicate of the target record */
@@ -419,7 +418,6 @@ void btm_consolidate_dev(tBTM_SEC_DEV_REC* p_target_rec) {
        /* remove the combined record */
        list_remove(btm_cb.sec_dev_rec, p_dev_rec);
      }
      break;
    }
  }
}