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

Commit a7958404 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Hearing Aid: Add API for active device"

parents 09091b9f 8292fcba
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -30,6 +30,8 @@ interface IBluetoothHearingAid {
    List<BluetoothDevice> getConnectedDevices();
    List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
    int getConnectionState(in BluetoothDevice device);
    void setActiveDevice(in BluetoothDevice device);
    boolean isActiveDevice(in BluetoothDevice device);
    boolean setPriority(in BluetoothDevice device, int priority);
    int getPriority(in BluetoothDevice device);
    void adjustVolume(int direction);