From 6899abd680a5674daf42372e9e8ee9489e37362d Mon Sep 17 00:00:00 2001 From: Erik Johansson Date: Fri, 6 Apr 2018 21:04:05 +0200 Subject: [PATCH] Remove unused method --- .../openscale/core/bluetooth/BluetoothCommunication.java | 9 --------- 1 file changed, 9 deletions(-) diff --git a/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothCommunication.java b/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothCommunication.java index 95d81fdc..63b95f71 100644 --- a/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothCommunication.java +++ b/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothCommunication.java @@ -180,15 +180,6 @@ public abstract class BluetoothCommunication { return false; } - /** - * Supports Bluetooth device BLE (Bluetooth 4.x/smart). - * - * @return true if it Bluetooth 4.x (smart) otherwise false - */ - public boolean isBLE() { - return true; - } - /** * Return the Bluetooth device name *