summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorPavlin Radoslavov <pavlin@google.com>2017-01-05 07:59:59 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-05 07:59:59 +0000
commit01be004c7206a14c21c86948200ac0cf686b5ce5 (patch)
treee020abea08cb4c3b455bed3985115df9fdd9d43d /core/java/android
parent2380d8294155f95b68bf2dcf641116173da1e78c (diff)
parent7d149142399a82350c0030abbd2ad4fe9937caf1 (diff)
Merge "Integration of the LDAC codec for A2DP source" am: 3c050268f0 am: bb8f1cd92b
am: 7d14914239 Change-Id: I01686a6a4c493dc1dce90c82f2215e955c2ce61f
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/bluetooth/BluetoothCodecConfig.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/bluetooth/BluetoothCodecConfig.java b/core/java/android/bluetooth/BluetoothCodecConfig.java
index 67fdb0caf8f7..52cd2de4c2b6 100644
--- a/core/java/android/bluetooth/BluetoothCodecConfig.java
+++ b/core/java/android/bluetooth/BluetoothCodecConfig.java
@@ -53,6 +53,7 @@ public final class BluetoothCodecConfig implements Parcelable {
public static final int SOURCE_CODEC_TYPE_SBC = 0;
public static final int SOURCE_CODEC_TYPE_APTX = 1;
public static final int SOURCE_CODEC_TYPE_APTX_HD = 2;
+ public static final int SOURCE_CODEC_TYPE_LDAC = 3;
public static final int SOURCE_CODEC_TYPE_INVALID = 1000 * 1000;