mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-04 17:27:24 +01:00
Xiaomi: Handle chunked nack
This commit is contained in:
parent
a19318c5bd
commit
f3d6be2f96
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user