monitor: Fix parsing of LE Setup ISO Data Path response
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 13 May 2020 21:05:01 +0000 (14:05 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 12 Apr 2021 09:00:49 +0000 (14:30 +0530)
commitc1b1ecd486fa5dde647b2e6b800258706401a842
treebc581e4166e85134bed73679b51df129f48f29a2
parente7acf4aa0609046d60379a67645e204cd759f364
monitor: Fix parsing of LE Setup ISO Data Path response

LE Setup ISO Data Path response actually contains the handle in addition
to the status:

> HCI Event: Command Complete (0x0e) plen 6
      LE Setup Isochronous Data Path (0x08|0x006e) ncmd 1
        Status: Success (0x00)
        Handle: 44

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
monitor/bt.h
monitor/packet.c