1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-20 12:00:51 +02:00

[Huawei] Change bonding style for all BR gadgets

This commit is contained in:
Damien 'Psolyca' Gaignon 2024-01-30 22:14:28 +01:00
parent 3e08a754e0
commit 2a377ba5ab
No known key found for this signature in database
GPG Key ID: 9E9404E5D9E11843
2 changed files with 1 additions and 6 deletions

View File

@ -79,7 +79,7 @@ public abstract class HuaweiBRCoordinator extends AbstractBLClassicDeviceCoordin
@Override
public int getBondingStyle(){
return BONDING_STYLE_NONE;
return BONDING_STYLE_ASK;
}
@Override

View File

@ -54,11 +54,6 @@ public class HonorMagicWatch2Coordinator extends HuaweiBRCoordinator {
return Pattern.compile(HuaweiConstants.HO_MAGICWATCH2_NAME + ".*", Pattern.CASE_INSENSITIVE);
}
@Override
public int getBondingStyle(){
return BONDING_STYLE_ASK;
}
@Override
public boolean supportsSpo2() {
return true;