Bluetooth: Controller to Host data flow control ACL Rx Count limited to 1 #86142
Labels
area: Bluetooth HCI
Bluetooth HCI Driver
area: Bluetooth
bug
The issue is a bug, or the PR is fixing a bug
Describe the bug
BT_BUF_HCI_ACL_RX_COUNT
introduced in #83774 is ending up being1
BT_BUF_HCI_ACL_RX_COUNT
should be allowed to be greater than or equal to 1, so that more number of ACL buffers be buffered up for host processing (in bursts, x bps) to match the reception over transport (in bursts, y bps).At the same time,
BT_BUF_ACL_RX_COUNT_EXTRA
be for L2CAP recombination, so thatBT_BUF_HCI_ACL_RX_COUNT
is available for ACL buffer with and without Controller to Host data flow control.Originally posted by @cvinayak in #83774 (comment)
To Reproduce
Expected behavior
Impact
Logs and console output
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: