mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-11 01:16:48 +01:00
Moyoung: Change bonding style to lazy to allow phone calls through watch
This commit is contained in:
parent
6b1f224181
commit
faeb3a170b
@ -82,7 +82,7 @@ public abstract class AbstractMoyoungDeviceCoordinator extends AbstractBLEDevice
|
||||
|
||||
@Override
|
||||
public int getBondingStyle() {
|
||||
return BONDING_STYLE_NONE;
|
||||
return BONDING_STYLE_LAZY;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user