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

Commit 58c1df47 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Merge "Title: Auto connection not getting initiated after...

Merge "Merge "Merge "Title: Auto connection not getting initiated after pairing" am: f3da869b am: 24ac7eeb" into rvc-dev-plus-aosp am: a4583c0c" into rvc-d1-dev-plus-aosp
parents 5db0fc10 d7c916bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -688,8 +688,8 @@ public class CachedBluetoothDevice implements Comparable<CachedBluetoothDevice>
         * If a connect was attempted earlier without any UUID, we will do the connect now.
         * Otherwise, allow the connect on UUID change.
         */
        if (!mProfiles.isEmpty()
                && ((mConnectAttempted + timeout) > SystemClock.elapsedRealtime())) {
        if ((mConnectAttempted + timeout) > SystemClock.elapsedRealtime()) {
            Log.d(TAG, "onUuidChanged: triggering connectAllEnabledProfiles");
            connectAllEnabledProfiles();
        }