1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-27 16:56:57 +02:00

ask before bonding

This commit is contained in:
Gordon Williams 2019-12-09 14:31:08 +00:00
parent 77658c702f
commit 9856536243

View File

@ -64,8 +64,8 @@ public class BangleJSCoordinator extends AbstractDeviceCoordinator {
@Override
public int getBondingStyle(){
return BONDING_STYLE_NONE;
// BONDING_STYLE_BOND/BONDING_STYLE_ASK?
// Let the user decide whether to bond or not after discovery.
return BONDING_STYLE_ASK;
}
@Override