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

Commit 648e8af5 authored by Pavlin Radoslavov's avatar Pavlin Radoslavov Committed by android-build-merger
Browse files

Added internal API to get/set the A2DP Active Device am: ae3fc182

am: 27eb0528

Change-Id: I3fc5dd1119584a9aebcd361dd8402b7ff07f5e80
parents 2fbb5bc5 27eb0528
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@ interface IBluetoothA2dp {
    List<BluetoothDevice> getConnectedDevices();
    List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
    int getConnectionState(in BluetoothDevice device);
    boolean setActiveDevice(in BluetoothDevice device);
    BluetoothDevice getActiveDevice();
    boolean setPriority(in BluetoothDevice device, int priority);
    int getPriority(in BluetoothDevice device);
    boolean isAvrcpAbsoluteVolumeSupported();