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

Commit 5e91b9d9 authored by Rahul Sabnis's avatar Rahul Sabnis
Browse files

Re-add binder method for getPriority in IBluetoothA2dp.aidl as well as

getPriority and setPriority in IBluetoothHeadset.aidl

Bug: 148689314
Test: Manual
Change-Id: Id9efe237b24dbf24e91491826d34f61cbb761991
parent 132c5179
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,4 +52,5 @@ interface IBluetoothA2dp {
    int supportsOptionalCodecs(in BluetoothDevice device);
    int getOptionalCodecsEnabled(in BluetoothDevice device);
    oneway void setOptionalCodecsEnabled(in BluetoothDevice device, int value);
    int getPriority(in BluetoothDevice device);
}
+2 −0
Original line number Diff line number Diff line
@@ -63,4 +63,6 @@ interface IBluetoothHeadset {
    boolean setActiveDevice(in BluetoothDevice device);
    BluetoothDevice getActiveDevice();
    boolean isInbandRingingEnabled();
    boolean setPriority(in BluetoothDevice device, int connectionPolicy);
    int getPriority(in BluetoothDevice device);
}