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

Commit 81a99547 authored by android-build-prod (mdb)'s avatar android-build-prod (mdb) Committed by Gerrit Code Review
Browse files

Merge "HFP: Remove parameter to start/stopScoUsingVirtualVoiceCall"

parents c85dc2f2 658c71e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,8 +51,8 @@ interface IBluetoothHeadset {
    void setAudioRouteAllowed(boolean allowed);
    boolean getAudioRouteAllowed();
    void setForceScoAudio(boolean forced);
    boolean startScoUsingVirtualVoiceCall(in BluetoothDevice device);
    boolean stopScoUsingVirtualVoiceCall(in BluetoothDevice device);
    boolean startScoUsingVirtualVoiceCall();
    boolean stopScoUsingVirtualVoiceCall();
    oneway void phoneStateChanged(int numActive, int numHeld, int callState, String number, int type);
    void clccResponse(int index, int direction, int status, int mode, boolean mpty,
                      String number, int type);