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

Commit 99dc2c93 authored by ValdikSS's avatar ValdikSS Committed by Rashed Abdel-Tawab
Browse files

Add CHANNEL_MODE_DUAL_CHANNEL constant

Change-Id: Id8601789879f9ded097aebb883fa3456bf74988e
parent 23163753
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ public final class BluetoothCodecConfig implements Parcelable {
    public static final int CHANNEL_MODE_NONE = 0;
    public static final int CHANNEL_MODE_MONO = 0x1 << 0;
    public static final int CHANNEL_MODE_STEREO = 0x1 << 1;
    public static final int CHANNEL_MODE_DUAL_CHANNEL = 0x1 << 2;

    private final int mCodecType;
    private int mCodecPriority;