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

Commit 26957f49 authored by Pavlin Radoslavov's avatar Pavlin Radoslavov Committed by android-build-merger
Browse files

Merge "Integration of the AAC codec for A2DP source" am: 8e79aa72 am: a67247b8 am: ce2587e4

am: 634efa39

Change-Id: Ic645f9ee2eb090fc805a25a1449642dad021db4e
parents 6bf42b89 634efa39
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -51,9 +51,10 @@ public final class BluetoothCodecConfig implements Parcelable {
    // NOTE: The values should be same as those listed in the following file:
    //   hardware/libhardware/include/hardware/bt_av.h
    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_AAC     = 1;
    public static final int SOURCE_CODEC_TYPE_APTX    = 2;
    public static final int SOURCE_CODEC_TYPE_APTX_HD = 3;
    public static final int SOURCE_CODEC_TYPE_LDAC    = 4;

    public static final int SOURCE_CODEC_TYPE_INVALID = 1000 * 1000;