mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
No more 0x8 in the logs
It's the confirmation that setting the latency succeeded.
(cherry picked from commit 367091587f
)
This commit is contained in:
parent
0c79275dc9
commit
1e82bb78bf
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user