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

Commit d01b9be9 authored by Jaikumar Ganesh's avatar Jaikumar Ganesh Committed by Android Git Automerger
Browse files

am c173b76a: Merge "Remove auto connection on ACL connection." into honeycomb

* commit 'c173b76a':
  Remove auto connection on ACL connection.
parents f22c1708 c173b76a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -149,10 +149,6 @@ public final class BluetoothDeviceProfileState extends HierarchicalStateMachine
                    newState == BluetoothInputDevice.STATE_DISCONNECTED) {
                    sendMessage(TRANSITION_TO_STABLE);
                }
            } else if (action.equals(BluetoothDevice.ACTION_ACL_CONNECTED)) {
                Message msg = new Message();
                msg.what = AUTO_CONNECT_PROFILES;
                sendMessage(msg);
            } else if (action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED)) {
                // This is technically not needed, but we can get stuck sometimes.
                // For example, if incoming A2DP fails, we are not informed by Bluez