mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-30 14:02:56 +01:00
makibes hr3 now pairs/bonds.
that way gb can reconnect after the band was disconnected.
This commit is contained in:
parent
45184c4bbc
commit
395f63d3c1
@ -170,7 +170,7 @@ public class MakibesHR3Coordinator extends AbstractDeviceCoordinator {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getBondingStyle() {
|
public int getBondingStyle() {
|
||||||
return BONDING_STYLE_NONE;
|
return BONDING_STYLE_BOND;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
// TODO: GB sometimes fails to connect until a connection with WearFit was made. This must be caused
|
|
||||||
// TODO: by GB, not by Makibes hr3 support. Charging the watch, attempting to pair, delete and
|
|
||||||
// TODO: re-add, scan for devices and go back, might also help. This needs further research.
|
|
||||||
|
|
||||||
// TODO: All the commands that aren't supported by GB should be added to device specific settings.
|
// TODO: All the commands that aren't supported by GB should be added to device specific settings.
|
||||||
|
|
||||||
// TODO: It'd be cool if we could change the language. There's no official way to do so, but the
|
// TODO: It'd be cool if we could change the language. There's no official way to do so, but the
|
||||||
|
Loading…
Reference in New Issue
Block a user