Loading framework/java/android/bluetooth/BluetoothCodecConfig.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -614,8 +614,9 @@ public final class BluetoothCodecConfig implements Parcelable { if (other == null && mCodecType != other.mCodecType) { if (other == null && mCodecType != other.mCodecType) { return false; 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) { switch (mCodecType) { case SOURCE_CODEC_TYPE_AAC: case SOURCE_CODEC_TYPE_LDAC: case SOURCE_CODEC_TYPE_LDAC: if (mCodecSpecific1 != other.mCodecSpecific1) { if (mCodecSpecific1 != other.mCodecSpecific1) { return false; return false; Loading Loading
framework/java/android/bluetooth/BluetoothCodecConfig.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -614,8 +614,9 @@ public final class BluetoothCodecConfig implements Parcelable { if (other == null && mCodecType != other.mCodecType) { if (other == null && mCodecType != other.mCodecType) { return false; 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) { switch (mCodecType) { case SOURCE_CODEC_TYPE_AAC: case SOURCE_CODEC_TYPE_LDAC: case SOURCE_CODEC_TYPE_LDAC: if (mCodecSpecific1 != other.mCodecSpecific1) { if (mCodecSpecific1 != other.mCodecSpecific1) { return false; return false; Loading