mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-24 17:23:03 +02:00
Remove call to readPhy added in 1929a7546
This commit is contained in:
@@ -629,10 +629,6 @@ public abstract class BluetoothCommunication {
|
|||||||
public void run() {
|
public void run() {
|
||||||
stopLeScan();
|
stopLeScan();
|
||||||
|
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
|
|
||||||
gatt.readPhy();
|
|
||||||
}
|
|
||||||
|
|
||||||
connectionEstablished = true;
|
connectionEstablished = true;
|
||||||
setBtStatus(BT_STATUS_CODE.BT_CONNECTION_ESTABLISHED);
|
setBtStatus(BT_STATUS_CODE.BT_CONNECTION_ESTABLISHED);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user