Better header logging
This commit is contained in:
parent
bd9ffbc8c7
commit
468cf8c865
|
@ -531,8 +531,10 @@ static void unproc_thread(void) {
|
|||
goto next;
|
||||
}
|
||||
|
||||
LOG_HEXDUMP_DBG((uint8_t*)&hdr, sizeof(hdr), "Header");
|
||||
|
||||
//LOG_HEXDUMP_DBG((uint8_t*)&hdr, sizeof(hdr), "Header");
|
||||
LOG_DBG("Header: seq %d, ack %d, rel: %s, crc16: %s", hdr.seq, hdr.ack,
|
||||
hdr.is_reliable ? "true" : "false",
|
||||
hdr.crc_after_payload ? "true" : "false");
|
||||
struct net_buf *rx_buf = NULL;
|
||||
|
||||
if (h5.link_state < ACTIVE && hdr.packet_type != HCI_3WIRE_LINK_PKT) {
|
||||
|
|
Loading…
Reference in New Issue