From 8b157f54dd74deabe9f4d6f0c1e6d25eadd178ae Mon Sep 17 00:00:00 2001 From: Krisjans Blukis Date: Tue, 27 Jul 2021 19:29:06 +0300 Subject: [PATCH] BluetoothStandardWeightProfile: remove redundant constant; --- .../openscale/core/bluetooth/BluetoothStandardWeightProfile.java | 1 - 1 file changed, 1 deletion(-) diff --git a/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothStandardWeightProfile.java b/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothStandardWeightProfile.java index 0b4ca1b9..296570bf 100644 --- a/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothStandardWeightProfile.java +++ b/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothStandardWeightProfile.java @@ -41,7 +41,6 @@ import static com.welie.blessed.BluetoothBytesParser.FORMAT_UINT16; import static com.welie.blessed.BluetoothBytesParser.FORMAT_UINT8; public class BluetoothStandardWeightProfile extends BluetoothCommunication { - protected int CURRENT_USER_CONSENT = 3289; // UDS control point codes protected static final byte UDS_CP_REGISTER_NEW_USER = 0x01;