Merge "Change BluetoothCodecStatus.sameCapabilities() to public" am: 27a6501a19 am: 8db54f6563
am: 99c86ecda5
Change-Id: Id4006e0be9eca624d52a313fc6e492483cc53dbb
This commit is contained in:
@@ -75,8 +75,8 @@ 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,
|
||||
BluetoothCodecConfig[] c2) {
|
||||
public static boolean sameCapabilities(BluetoothCodecConfig[] c1,
|
||||
BluetoothCodecConfig[] c2) {
|
||||
if (c1 == null) {
|
||||
return (c2 == null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user