NordicSemiconductor / IOS-nRF-Connect-Device-Manager

A mobile management library for devices supporting nRF Connect Device Manager.
https://www.nordicsemi.com/Software-and-tools/Software/nRF-Connect-SDK
Apache License 2.0
97 stars 41 forks source link

No HEX output when BLE communication ongoing #35

Open ramunasjurgilas opened 2 years ago

ramunasjurgilas commented 2 years ago

In the latest, 1.2.0, version HEX output in the console not printed for some BLE communication packets. As example for this: Group: peruser(value: 72), SEQ No. 8, ID: all

I want to notice, that using 1.1.0 version group 72 with ID all command was working fine. Only when moved to 1.2.0 version started to get timeouts.

Some hints or help on this problem would really helped me.

Dump log:

verbose -> default -> Sending read command (Group: peruser(value: 72), SEQ No. 8, ID: all): nil
error -> transport -> Sending the request timed out.
error -> default -> Request (Group: peruser(value: 68), SEQ No. 5) failed: Sending the request timed out.)
debug -> transport -> -> (SEQ No. 2) 0x0000001a00080200a2646e616d656e2f6c66732f68722f3737362e6872636f666600
debug -> transport -> peripheralDidUpdateValueFor() SEQ No. 2)
debug -> transport -> <- (SEQ No. 2) Response: {"off" : 0, "len" : 0, "rc" : OK (0), "data" : ""})
debug -> transport -> <- (SEQ No(s). 2) 0x0100001600080200bf636f66660064646174614062726300636c656e00ff
verbose -> fs -> Response (Group: fs, SEQ No. 2, ID: 0): {"off" : 0, "len" : 0, "rc" : OK (0), "data" : ""}
debug -> transport -> -> (SEQ No. 6) 0x0000000100480600a0
application -> fs -> Download finished
verbose -> default -> Sending write command (Group: peruser(value: 68), SEQ No. 6, ID: clear): ["ids": [3]]
debug -> transport -> peripheralDidUpdateValueFor() SEQ No. 6)
debug -> transport -> peripheralDidUpdateValueFor() SEQ No. 97)
error -> transport -> Sending the request timed out.
debug -> transport -> -> (SEQ No. 7) 0x0000000100480700a0
error -> default -> Request (Group: peruser(value: 72), SEQ No. 6) failed: Sending the request timed out.)