diff options
| author | Pavlin Radoslavov <pavlin@google.com> | 2017-01-05 07:49:49 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-01-05 07:49:49 +0000 |
| commit | bb8f1cd92bac824e1a2bb3e7ac89a1577bec5401 (patch) | |
| tree | a3a109b4b20262da4e5c6b08e208004086685a0a /core/java | |
| parent | a750c90ac1ff4d753fe2e3e3c44053f367f790a9 (diff) | |
| parent | 3c050268f0e3a5fd31ef16b61ce7291546ca865f (diff) | |
Merge "Integration of the LDAC codec for A2DP source"
am: 3c050268f0
Change-Id: I79092dfa7a6918bf359b266bec7a7bbc736f08ce
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothCodecConfig.java | 1 |
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; |
