1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-18 14:31:23 +02:00

Continue even if discoverServices return false

To see if it helps #341
This commit is contained in:
Erik Johansson
2018-10-13 19:21:17 +02:00
parent 2cc98f4416
commit d29884d0ff

View File

@@ -660,8 +660,6 @@ public abstract class BluetoothCommunication {
public void run() {
if (!gatt.discoverServices()) {
Timber.e("Could not start service discovery");
setBtStatus(BT_STATUS_CODE.BT_CONNECTION_LOST);
disconnect(false);
}
}
}, 1000);