mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-03 05:27:44 +01:00
Garmin: Do not suggest unbind before pair
Watches will connect just fine even if already paired in bluetooth settings.
This commit is contained in:
parent
698469ae75
commit
5824a25ebb
@ -31,6 +31,11 @@ import nodomain.freeyourgadget.gadgetbridge.service.devices.garmin.GarminSupport
|
|||||||
import nodomain.freeyourgadget.gadgetbridge.util.Prefs;
|
import nodomain.freeyourgadget.gadgetbridge.util.Prefs;
|
||||||
|
|
||||||
public abstract class GarminCoordinator extends AbstractBLEDeviceCoordinator {
|
public abstract class GarminCoordinator extends AbstractBLEDeviceCoordinator {
|
||||||
|
@Override
|
||||||
|
public boolean suggestUnbindBeforePair() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void deleteDevice(@NonNull final GBDevice gbDevice, @NonNull final Device device, @NonNull final DaoSession session) throws GBException {
|
protected void deleteDevice(@NonNull final GBDevice gbDevice, @NonNull final Device device, @NonNull final DaoSession session) throws GBException {
|
||||||
deleteAllActivityData(device, session);
|
deleteAllActivityData(device, session);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user