monitor: Decode L2CAP channel mode
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 13 Sep 2019 10:54:07 +0000 (13:54 +0300)
committerhimanshu <h.himanshu@samsung.com>
Tue, 11 Feb 2020 08:57:59 +0000 (14:27 +0530)
commit6cf13be53854b820d4ece0fe08d61c5b23915c75
tree1bdeb6c9c769b64402cbb2adf13be45c2cb68bc9
parent2dc9fc4129f40c5a85a4f841e5f3359f63e95ce1
monitor: Decode L2CAP channel mode

This decodes the L2CAP channel mode of each frame:

> ACL Data RX: Handle 3585 flags 0x02 dlen 12
      Channel: 64 len 8 [PSM 127 mode Basic (0x00)] {chan 0}
< ACL Data TX: Handle 3585 flags 0x00 dlen 9
      Channel: 65 len 5 sdu 3 [PSM 127 mode LE Flow Control (0x80)] {chan 1}

Change-Id: I45d093dbb336b00e16c96bc99d3c693d416563c2
Signed-off-by: himanshu <h.himanshu@samsung.com>
monitor/l2cap.c