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

Commit 877170dc authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "A2DP: Check AAC bitrate mode by its CodecSpecific1" am: 7bc89b87 am:...

Merge "A2DP: Check AAC bitrate mode by its CodecSpecific1" am: 7bc89b87 am: 8d375dcc am: bef551b4 am: b1e97b42 am: 72d3773a

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1207444

Change-Id: Ie107709fe30d2c7aa07491eaef77ec1839eb7696
parents a1a0ab30 72d3773a
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;