mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 12:56:49 +01:00
[Huawei] Fix SendExtendedAccountToDevice tag 0x01
This commit is contained in:
parent
3f7a7304bb
commit
df3273be7c
@ -57,7 +57,7 @@ public class AccountRelated {
|
||||
this.commandId = id;
|
||||
|
||||
this.tlv = new HuaweiTLV()
|
||||
.put(0x01);
|
||||
.put(0x01, (byte)0x00);
|
||||
if (accountPairingOptimization) {
|
||||
this.tlv.put(0x03, (byte)0x01);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user