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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user