monitor/att: Print attribute information on ATT_REQ_RSP
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 17 Jun 2022 00:30:31 +0000 (17:30 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:54 +0000 (14:55 +0530)
commit091d8a020dd32e1418b3da4675d1d624ffb04bad
tree7b18c90f271f130e31417ee115936b56d810a367
parenta71ab563a3dbeb583a171dd2037b661f18a3e7a1
monitor/att: Print attribute information on ATT_REQ_RSP

This prints the attribute information on ATT_REQ_RSP to make it easier
to identify to which handle the response is for:

> ACL Data RX: Handle 42 flags 0x02 dlen 9
      Channel: 65 len 5 sdu 3 [PSM 39 mode Enhanced Credit (0x81)] {chan 1}
      ATT: Read Response (0x0b) len 2
        Value: 0300
        Handle: 0x0030 Type: Source ASE (0x2bc5)
            ASE ID: 3
            State: Idle (0x00)

Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
monitor/att.c