mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 10:05:49 +01:00
HPlus: Rename HPlusHandlerThread method
This commit is contained in:
parent
93ae57bd60
commit
d491921b1c
@ -384,8 +384,8 @@ class HPlusHandlerThread extends GBDeviceIoThread {
|
||||
}
|
||||
|
||||
|
||||
public boolean processStepStats(byte[] data) {
|
||||
LOG.debug("Process Step Stats");
|
||||
public boolean processDaySummary(byte[] data) {
|
||||
LOG.debug("Process Day Summary");
|
||||
HPlusDataRecordDaySummary record;
|
||||
|
||||
try{
|
||||
|
@ -790,7 +790,7 @@ public class HPlusSupport extends AbstractBTLEDeviceSupport {
|
||||
return syncHelper.processIncomingSleepData(data);
|
||||
|
||||
case HPlusConstants.DATA_STEPS:
|
||||
return syncHelper.processStepStats(data);
|
||||
return syncHelper.processDaySummary(data);
|
||||
|
||||
case HPlusConstants.DATA_DAY_SUMMARY:
|
||||
case HPlusConstants.DATA_DAY_SUMMARY_ALT:
|
||||
|
Loading…
Reference in New Issue
Block a user