Moyoung: Change bonding style to lazy to allow phone calls through watch

This commit is contained in:
Arjan Schrijver
2025-06-11 20:58:00 +02:00
parent 55060a192f
commit 4335991480
@@ -82,7 +82,7 @@ public abstract class AbstractMoyoungDeviceCoordinator extends AbstractBLEDevice
@Override
public int getBondingStyle() {
return BONDING_STYLE_NONE;
return BONDING_STYLE_LAZY;
}
@Override