[Huawei] Change bonding style for all BR gadgets

This commit is contained in:
Damien 'Psolyca' Gaignon
2024-02-01 22:14:45 +01:00
parent 3e08a754e0
commit 2a377ba5ab
2 changed files with 1 additions and 6 deletions
@@ -79,7 +79,7 @@ public abstract class HuaweiBRCoordinator extends AbstractBLClassicDeviceCoordin
@Override
public int getBondingStyle(){
return BONDING_STYLE_NONE;
return BONDING_STYLE_ASK;
}
@Override
@@ -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;