1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-04 09:17:29 +01:00

Amazfit Bip S: force key input before pairing

This commit is contained in:
Andreas Shimokawa 2020-03-23 14:57:26 +01:00
parent 9fd5a05331
commit ff3ce84ba1

View File

@ -91,4 +91,9 @@ public class AmazfitBipSCoordinator extends HuamiCoordinator {
R.xml.devicesettings_pairingkey
};
}
@Override
public int getBondingStyle() {
return BONDING_STYLE_REQUIRE_KEY;
}
}