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

Commit 53f4ced8 authored by Tyler Gunn's avatar Tyler Gunn Committed by Android Git Automerger
Browse files

am b7ad0684: Issue: turning on bluetooth headset in call doesn\'t change route (2/2).

* commit 'b7ad0684':
  Issue: turning on bluetooth headset in call doesn't change route (2/2).
parents 10251733 b7ad0684
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1934,9 +1934,9 @@ final class HeadsetStateMachine extends StateMachine {
                    mAudioState = BluetoothHeadset.STATE_AUDIO_CONNECTED;
                    setAudioParameters(device); /* Set proper Audio Parameters. */
                    mAudioManager.setBluetoothScoOn(true);
                    mActiveScoDevice = device;
                    broadcastAudioState(device, BluetoothHeadset.STATE_AUDIO_CONNECTED,
                            BluetoothHeadset.STATE_AUDIO_CONNECTING);
                    mActiveScoDevice = device;
                    /* The state should be still in MultiHFPending state when
                       audio connected since other device is still connecting/
                       disconnecting */