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

Remove call to readPhy added in 1929a7546

This commit is contained in:
Erik Johansson
2018-10-14 22:37:55 +02:00
parent 9ef17a9c6a
commit 23491ee60c

View File

@@ -629,10 +629,6 @@ public abstract class BluetoothCommunication {
public void run() {
stopLeScan();
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
gatt.readPhy();
}
connectionEstablished = true;
setBtStatus(BT_STATUS_CODE.BT_CONNECTION_ESTABLISHED);
}