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

Commit ce2587e4 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

Change-Id: If2d85eba17f7ece5b3d19e3ee8fc86b7cf9bc062
parents 3248d62d a67247b8
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;