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

Commit 1adad478 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Title: Auto connection not getting initiated after pairing" am: f3da869b am: 24ac7eeb

Change-Id: I9ae3165ce3dd95f6b98a437b97d3f7168ffb1e18
parents e56e9d7d 24ac7eeb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -612,8 +612,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();
        }