summaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothCodecConfig.java
diff options
context:
space:
mode:
authorPavlin Radoslavov <pavlin@google.com>2017-01-04 16:47:02 -0800
committerPavlin Radoslavov <pavlin@google.com>2017-01-04 18:07:29 -0800
commitcc854d67e7d699f5f4e9a94f80110c4130cdfd4e (patch)
treecb9f1105c1269841c00c90a904f2310ad7679977 /framework/java/android/bluetooth/BluetoothCodecConfig.java
parent32e245a8270761cf87f594f5afd0a4cc52233e0d (diff)
Integration of the LDAC codec for A2DP source
The codec can be used if the encoding shared library is installed on the device: libldacBT_enc.so Test: A2DP streaming to LDAC headsets Bug: 30958229 Change-Id: I524805fd308b5181427515617eda05625a7c4ae5
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothCodecConfig.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothCodecConfig.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/java/android/bluetooth/BluetoothCodecConfig.java b/framework/java/android/bluetooth/BluetoothCodecConfig.java
index 67fdb0caf8..52cd2de4c2 100644
--- a/framework/java/android/bluetooth/BluetoothCodecConfig.java
+++ b/framework/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;