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

Commit 11e80234 authored by ValdikSS's avatar ValdikSS Committed by Michael W
Browse files

Add CHANNEL_MODE_DUAL_CHANNEL constant

Change-Id: Id8601789879f9ded097aebb883fa3456bf74988e
parent 47cdb14e
Loading
Loading
Loading
Loading
+4 −3
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;