OSDN Git Service

Rename for updating BluetoothA2dp API naming
authorMore Kuo <morekuo@google.com>
Fri, 19 Feb 2021 10:32:10 +0000 (18:32 +0800)
committerMore Kuo <morekuo@google.com>
Fri, 19 Feb 2021 10:32:10 +0000 (18:32 +0800)
- Rename setBufferMillis to setBufferLengthMillis

Bug: 179814567
Test: Build
Change-Id: I62bda971e57667daa8a75ebaa7099fae01aacf02

binder/android/bluetooth/IBluetoothA2dp.aidl

index 9963104..c477310 100644 (file)
@@ -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);
 }