monitor: Fix not parsing BT_HCI_EVT_NUM_COMPLETED_PACKETS properly
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 18 May 2023 16:53:12 +0000 (09:53 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:03 +0000 (19:04 +0530)
commit963e4a15e7d4c9fa7dff76531d6a4435e740e3c4
treeb8597623613d7340f1041dada462db198da7aef3
parent55c1bd7dd605507b5727b22a936602377b0d93df
monitor: Fix not parsing BT_HCI_EVT_NUM_COMPLETED_PACKETS properly

BT_HCI_EVT_NUM_COMPLETED_PACKETS may contain multiple handles but the
code was just parsing the very first one.
monitor/packet.c