Loading android/app/src/com/android/bluetooth/btservice/RemoteDevices.java +1 −4 Original line number Diff line number Diff line Loading @@ -309,10 +309,7 @@ final class RemoteDevices { for (int j = 0; j < types.length; j++) { type = types[j]; val = values[j]; if (val.length <= 0) errorLog("devicePropertyChangedCallback: bdDevice: " + bdDevice + ", value is empty for type: " + type); else { if (val.length > 0) { synchronized(mObject) { debugLog("Property type: " + type); switch (type) { Loading Loading
android/app/src/com/android/bluetooth/btservice/RemoteDevices.java +1 −4 Original line number Diff line number Diff line Loading @@ -309,10 +309,7 @@ final class RemoteDevices { for (int j = 0; j < types.length; j++) { type = types[j]; val = values[j]; if (val.length <= 0) errorLog("devicePropertyChangedCallback: bdDevice: " + bdDevice + ", value is empty for type: " + type); else { if (val.length > 0) { synchronized(mObject) { debugLog("Property type: " + type); switch (type) { Loading