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

Commit b95333d1 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6617726 from c26e83e1d26e7a4b3e3742d1cd60ec336b8c0527 to sc-release

Change-Id: I8b36713dac3be2f3cf8626bda8461dae68208efc
parents b339f726 877170dc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -614,8 +614,9 @@ public final class BluetoothCodecConfig implements Parcelable {
        if (other == null && mCodecType != other.mCodecType) {
            return false;
        }
        // Currently we only care about the LDAC Playback Quality at CodecSpecific1
        // Currently we only care about the AAC VBR and LDAC Playback Quality at CodecSpecific1
        switch (mCodecType) {
            case SOURCE_CODEC_TYPE_AAC:
            case SOURCE_CODEC_TYPE_LDAC:
                if (mCodecSpecific1 != other.mCodecSpecific1) {
                    return false;