No more 0x8 in the logs

It's the confirmation that setting the latency succeeded.
master
cpfeiffer 2016-07-14 20:15:54 +02:00
parent aa00d2f93a
commit 367091587f
1 changed files with 3 additions and 0 deletions

View File

@ -939,6 +939,9 @@ public class MiBandSupport extends AbstractBTLEDeviceSupport {
getDevice().sendDeviceUpdateIntent(getContext());
break;
case MiBandService.NOTIFY_SET_LATENCY_SUCCESS:
LOG.info("Setting latency succeeded.");
break;
default:
for (byte b : value) {
LOG.warn("DATA: " + String.format("0x%2x", b));