Loading framework/java/android/bluetooth/BluetoothProfile.java +1 −1 Original line number Diff line number Diff line Loading @@ -537,7 +537,7 @@ public interface BluetoothProfile { case BATTERY: return "BATTERY"; default: return "UNKNOWN_PROFILE"; return "UNKNOWN_PROFILE (" + profile + ")"; } } } Loading
framework/java/android/bluetooth/BluetoothProfile.java +1 −1 Original line number Diff line number Diff line Loading @@ -537,7 +537,7 @@ public interface BluetoothProfile { case BATTERY: return "BATTERY"; default: return "UNKNOWN_PROFILE"; return "UNKNOWN_PROFILE (" + profile + ")"; } } }