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

Commit 8e672956 authored by Rahul Sabnis's avatar Rahul Sabnis Committed by android-build-merger
Browse files

Merge "Remove unused BluetoothHearingAid methods from aidl"

am: 25f2fe6e

Change-Id: Ia0488b2facbd9e0db52d7f046237f4c946fb317e
parents 4a1ff2f6 25f2fe6e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -34,9 +34,7 @@ interface IBluetoothHearingAid {
    List<BluetoothDevice> getActiveDevices();
    boolean setConnectionPolicy(in BluetoothDevice device, int connectionPolicy);
    int getConnectionPolicy(in BluetoothDevice device);
    void adjustVolume(int direction);
    void setVolume(int volume);
    int getVolume();

    const int HI_SYNC_ID_INVALID = 0;
    long getHiSyncId(in BluetoothDevice device);