compile fix
This commit is contained in:
parent
d4b134a490
commit
55a1248e8f
|
@ -47,5 +47,8 @@ public class HeartRateProfile<T extends AbstractBTLEDeviceSupport> extends Abstr
|
||||||
// } else {
|
// } else {
|
||||||
// format = BluetoothGattCharacteristic.FORMAT_UINT8;
|
// format = BluetoothGattCharacteristic.FORMAT_UINT8;
|
||||||
// }
|
// }
|
||||||
// final int heartRate = characteristic.getIntValue(format, 1); }
|
// final int heartRate = characteristic.getIntValue(format, 1);
|
||||||
|
// }
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue