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

Commit c4087b4b authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Merge "Final IBluetoothHearingAid.aidl improvements" am: c12f1dc6 am: f1333b87

am: 41af9dbd

Change-Id: I179ec8672b4978253c8e1d44aa736a348ba1bf34
parents 591a2d44 41af9dbd
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -32,10 +32,12 @@ interface IBluetoothHearingAid {
    int getConnectionState(in BluetoothDevice device);
    boolean setPriority(in BluetoothDevice device, int priority);
    int getPriority(in BluetoothDevice device);
    boolean adjustVolume(int direction);
    boolean setVolume(int volume);
    void adjustVolume(int direction);
    void setVolume(int volume);
    int getVolume();
    int getClientId(in BluetoothDevice device);

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

    const int SIDE_LEFT = 0;
    const int SIDE_RIGHT = 1;