mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Xiaomi: Handle chunked nack
This commit is contained in:
@@ -194,6 +194,12 @@ public class XiaomiCharacteristic {
|
||||
|
||||
builder.queue(mSupport.getQueue());
|
||||
return;
|
||||
case 2:
|
||||
LOG.warn("Got chunked nack");
|
||||
currentSending = null;
|
||||
sendingChunked = false;
|
||||
sendNext();
|
||||
return;
|
||||
}
|
||||
|
||||
LOG.warn("Unknown chunked ack subtype {}", subtype);
|
||||
|
Reference in New Issue
Block a user