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

Commit f6720619 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Hearing Aid: change get/set active device (1/3)" into pi-dev

parents e8b627ea 38bd2eac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,8 +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 setActiveDevice(in BluetoothDevice device);
    List<BluetoothDevice> getActiveDevices();
    boolean setPriority(in BluetoothDevice device, int priority);
    int getPriority(in BluetoothDevice device);
    void adjustVolume(int direction);