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
88 stars 40 forks source link

Legibility change: We now log Data as two-byte spaced at Ble Transport Level #117

Closed dinesharjani closed 1 year ago

dinesharjani commented 1 year ago

So, instead of reading incoming and outgoing bytes as 0x03000177 we show them as 0300 0177. I think this is easier to read and compare bytes when checking whether something is working as expected or not. It also matches how Apple's Packet Logger (Sniffer) Developer tool shows bytes.