1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-24 08:10:52 +02:00

[Huawei] Fix SendExtendedAccountToDevice tag 0x01

This commit is contained in:
Damien 'Psolyca' Gaignon 2024-03-23 18:52:50 +01:00
parent 3f7a7304bb
commit df3273be7c
No known key found for this signature in database
GPG Key ID: 9E9404E5D9E11843

View File

@ -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);
}