Merge "Integration of the LDAC codec for A2DP source" am: 3c050268f0

am: bb8f1cd92b

Change-Id: I62f8462330d7661b8008abf862c4d4bb47c129dc
This commit is contained in:
Pavlin Radoslavov
2017-01-05 07:55:27 +00:00
committed by android-build-merger

View File

@@ -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;