lib: Fix HCI_MAX_ACL_SIZE
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 22 Sep 2021 20:48:43 +0000 (13:48 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:37 +0000 (19:08 +0530)
commit3f385766a630f288eb3a955e358c038419cdc15c
tree630a5493ab4d26291903ea27139963a06d97338a
parent500889c3d89b3ced868107de26447e4e1e844659
lib: Fix HCI_MAX_ACL_SIZE

HCI_MAX_ACL_SIZE actually includes the maximum frames in AMP controller
so this changes it to properly define the max ACL frames on non-AMP
controllers and introduces a dedicated define for AMP controller as
HCI_MAX_AMP_SIZE.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
lib/hci.h