Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c0baf00 authored by Pavlin Radoslavov's avatar Pavlin Radoslavov Committed by android-build-merger
Browse files

Merge "Integration of the LDAC codec for A2DP source" am: 3c050268 am: bb8f1cd9 am: 7d149142

am: 01be004c

Change-Id: Ia0bdac1d25993519e85f962e7b7624ae5740e685
parents 9aa6d577 01be004c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;