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

Commit 937b5742 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 d5d48fa7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -550,6 +550,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;