btdev: Fix not handling BT_HCI_CMD_HOST_NUM_COMPLETED_PACKETS
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 8 Dec 2020 01:06:51 +0000 (17:06 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:34 +0000 (19:08 +0530)
commitd981c0c157e56b397151f72c083236c42a64b14f
tree856819637a47d199f06849a494721fb1e0602583
parent028a76470623a7c73279d162ee5669748ab295de
btdev: Fix not handling BT_HCI_CMD_HOST_NUM_COMPLETED_PACKETS

System such as Zephyr do use BT_HCI_CMD_HOST_NUM_COMPLETED_PACKETS
since BT_HCI_CMD_SET_HOST_FLOW_CONTROL is also supported.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
emulator/btdev.c