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

Commit d7c916bf authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Merge "Merge "Title: Auto connection not getting initiated after pairing" am: f3da869b am: 24ac7eeb" into rvc-dev-plus-aosp am: a4583c0c

Change-Id: I8262c5634466c68664ce877fdb8acf2dff53e7d6
parents cf63f4b0 a4583c0c
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();
        }