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

Commit 8d3f5a1c authored by Rahul Sabnis's avatar Rahul Sabnis
Browse files

Remove unused BluetoothHearingAid methods from aidl

Bug: 143244535
Test: Manual
Change-Id: If9d8291a9986cb4495d61d8c41ca5256e0b8d072
parent 534868e1
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);