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

Commit 306a02fd authored by More Kuo's avatar More Kuo
Browse files

Rename for updating BluetoothA2dp API naming

- Rename setBufferMillis to setBufferLengthMillis

Bug: 179814567
Test: Build
Change-Id: I62bda971e57667daa8a75ebaa7099fae01aacf02
parent 8cd0e542
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,6 +55,6 @@ interface IBluetoothA2dp {
    oneway void setOptionalCodecsEnabled(in BluetoothDevice device, int value);
    int getDynamicBufferSupport();
    BufferConstraints getBufferConstraints();
    boolean setBufferMillis(int codec, int size);
    boolean setBufferLengthMillis(int codec, int size);
    int getPriority(in BluetoothDevice device);
}