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

Commit cf592009 authored by Ugo Yu's avatar Ugo Yu Committed by android-build-merger
Browse files

Merge "Change BluetoothCodecStatus.sameCapabilities() to public" am: 27a6501a am: 8db54f65

am: 99c86ecd

Change-Id: Id4006e0be9eca624d52a313fc6e492483cc53dbb
parents 38690413 99c86ecd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ public final class BluetoothCodecStatus implements Parcelable {
     * @param c2 the second array of capabilities to compare
     * @return true if both arrays contain same capabilities
     */
    private static boolean sameCapabilities(BluetoothCodecConfig[] c1,
    public static boolean sameCapabilities(BluetoothCodecConfig[] c1,
                                           BluetoothCodecConfig[] c2) {
        if (c1 == null) {
            return (c2 == null);