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

Commit 0218bfb6 authored by Naval saini's avatar Naval saini Committed by Bruno Martins
Browse files

Enable codec change request when mode changes in aptX-adaptive

Enable codec change request when mode changes in aptX-adaptive

CRs-Fixed: 2537521
Change-Id: I74c8446a2a163282fb8d6edc5b293410a1b5d7c5
parent 70f4132b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -666,6 +666,10 @@ public final class BluetoothCodecConfig implements Parcelable {
                if (mCodecSpecific1 != other.mCodecSpecific1) {
                    return false;
                }
            case SOURCE_CODEC_TYPE_APTX_ADAPTIVE:
                if (other.mCodecSpecific4 > 0) {
                    return false;
                }
                // fall through
            default:
                return true;