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

Commit 9e78aa52 authored by Satish Kodishala's avatar Satish Kodishala Committed by android-build-merger
Browse files

Merge "Proper handling of BTRH command in HFP client"

am: f5eb4826

* commit 'f5eb4826':
  Proper handling of BTRH command in HFP client
parents 0504cb23 f5eb4826
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -979,9 +979,6 @@ final class HeadsetClientStateMachine extends StateMachine {
                }
                break;
            case BluetoothHeadsetClientCall.CALL_STATE_HELD_BY_RESPONSE_AND_HOLD:
                if (flag != BluetoothHeadsetClient.CALL_ACCEPT_NONE) {
                    return;
                }
                action = HeadsetClientHalConstants.CALL_ACTION_BTRH_1;
                break;
            case BluetoothHeadsetClientCall.CALL_STATE_ALERTING: