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

Commit 8920a287 authored by Automerger Merge Worker's avatar Automerger Merge Worker
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 am: 58c1df47

Change-Id: I7f3a43d9b4421d356cc30e11ef931597015e5bcf
parents fa46c8fd 58c1df47
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();
        }