mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-26 10:35:50 +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) {
|
public boolean processDaySummary(byte[] data) {
|
||||||
LOG.debug("Process Step Stats");
|
LOG.debug("Process Day Summary");
|
||||||
HPlusDataRecordDaySummary record;
|
HPlusDataRecordDaySummary record;
|
||||||
|
|
||||||
try{
|
try{
|
||||||
|
@ -790,7 +790,7 @@ public class HPlusSupport extends AbstractBTLEDeviceSupport {
|
|||||||
return syncHelper.processIncomingSleepData(data);
|
return syncHelper.processIncomingSleepData(data);
|
||||||
|
|
||||||
case HPlusConstants.DATA_STEPS:
|
case HPlusConstants.DATA_STEPS:
|
||||||
return syncHelper.processStepStats(data);
|
return syncHelper.processDaySummary(data);
|
||||||
|
|
||||||
case HPlusConstants.DATA_DAY_SUMMARY:
|
case HPlusConstants.DATA_DAY_SUMMARY:
|
||||||
case HPlusConstants.DATA_DAY_SUMMARY_ALT:
|
case HPlusConstants.DATA_DAY_SUMMARY_ALT:
|
||||||
|
Loading…
Reference in New Issue
Block a user