mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-30 11:37:33 +01:00
parent
ff3ce84ba1
commit
f04c9aed29
@ -22,7 +22,7 @@ import android.net.Uri;
|
|||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
import nodomain.freeyourgadget.gadgetbridge.devices.huami.HuamiFWHelper;
|
import nodomain.freeyourgadget.gadgetbridge.devices.huami.HuamiFWHelper;
|
||||||
import nodomain.freeyourgadget.gadgetbridge.devices.huami.amazfitbip.AmazfitBipLiteFWHelper;
|
import nodomain.freeyourgadget.gadgetbridge.model.NotificationSpec;
|
||||||
|
|
||||||
public class AmazfitBipSSupport extends AmazfitBipSupport {
|
public class AmazfitBipSSupport extends AmazfitBipSupport {
|
||||||
|
|
||||||
@ -30,7 +30,12 @@ public class AmazfitBipSSupport extends AmazfitBipSupport {
|
|||||||
public byte getCryptFlags() {
|
public byte getCryptFlags() {
|
||||||
return (byte) 0x80;
|
return (byte) 0x80;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onNotification(NotificationSpec notificationSpec) {
|
||||||
|
super.sendNotificationNew(notificationSpec, true);
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected byte getAuthFlags() {
|
protected byte getAuthFlags() {
|
||||||
return 0x00;
|
return 0x00;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user