mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-26 10:35:50 +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());
|
builder.queue(mSupport.getQueue());
|
||||||
return;
|
return;
|
||||||
|
case 2:
|
||||||
|
LOG.warn("Got chunked nack");
|
||||||
|
currentSending = null;
|
||||||
|
sendingChunked = false;
|
||||||
|
sendNext();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG.warn("Unknown chunked ack subtype {}", subtype);
|
LOG.warn("Unknown chunked ack subtype {}", subtype);
|
||||||
|
Loading…
Reference in New Issue
Block a user