You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Hotfix. Fixed issue related to Android 7 (Nexus 5x) and old version of firefly vaporizer.
396
+
try {
397
+
Thread.sleep(10);
398
+
} catch (InterruptedExceptione) {
399
+
loge("Sleep was interrupted after writing a packet",e);
400
+
}
401
+
398
402
// FIXME BLE buffer overflow
399
403
// after writing to the device with WRITE_NO_RESPONSE property the onCharacteristicWrite callback is received immediately after writing data to a buffer.
400
404
// The real sending is much slower than adding to the buffer. This method does not return false if writing didn't succeed.. just the callback is not invoked.
0 commit comments