mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-09 03:37:03 +01:00
parent
dd93133168
commit
f15f60542d
@ -81,7 +81,10 @@ public abstract class HuaweiLECoordinator extends AbstractBLEDeviceCoordinator i
|
||||
|
||||
@Override
|
||||
public int[] getSupportedDeviceSpecificAuthenticationSettings() {
|
||||
return new int[]{R.xml.devicesettings_huawei_account};
|
||||
return new int[]{
|
||||
R.xml.devicesettings_huawei_account,
|
||||
R.xml.devicesettings_miband6_new_protocol
|
||||
};
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -529,6 +529,7 @@ public class HuaweiSupportProvider {
|
||||
if (isBLE()) {
|
||||
leBuilder = createLeTransactionBuilder("Initializing");
|
||||
leBuilder.setCallback(leSupport);
|
||||
if (!GBApplication.getDeviceSpecificSharedPrefs(gbDevice.getAddress()).getBoolean("force_new_protocol", false))
|
||||
leBuilder.notify(leSupport.getCharacteristic(HuaweiConstants.UUID_CHARACTERISTIC_HUAWEI_READ), true);
|
||||
leBuilder.add(new nodomain.freeyourgadget.gadgetbridge.service.btle.actions.SetDeviceStateAction(gbDevice, GBDevice.State.INITIALIZING, context));
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user