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

This commit is contained in:
Arjan Schrijver 2024-09-27 22:40:37 +02:00
parent 2b4a2b702c
commit ff865fbc99

View File

@ -82,7 +82,7 @@ public abstract class AbstractMoyoungDeviceCoordinator extends AbstractBLEDevice
@Override @Override
public int getBondingStyle() { public int getBondingStyle() {
return BONDING_STYLE_NONE; return BONDING_STYLE_LAZY;
} }
@Override @Override