commit | 3c0baf008295ce36dff997967c51f86aabf3d234 | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@google.com> | Thu Jan 05 08:04:26 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 05 08:04:26 2017 +0000 |
tree | c282e726b78e5dd4c7568ac5600d26ed9be6290a | |
parent | 9aa6d5771b1ea7f7b2aba97d8bf7925b761da726 [diff] | |
parent | 01be004c7206a14c21c86948200ac0cf686b5ce5 [diff] |
Merge "Integration of the LDAC codec for A2DP source" am: 3c050268f0 am: bb8f1cd92b am: 7d14914239 am: 01be004c72 Change-Id: Ia0bdac1d25993519e85f962e7b7624ae5740e685
diff --git a/core/java/android/bluetooth/BluetoothCodecConfig.java b/core/java/android/bluetooth/BluetoothCodecConfig.java index 67fdb0c..52cd2de 100644 --- a/core/java/android/bluetooth/BluetoothCodecConfig.java +++ b/core/java/android/bluetooth/BluetoothCodecConfig.java
@@ -53,6 +53,7 @@ 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;