-
CONFIG_BT_ACL_RX_COUNT
¶
Number of incoming ACL data buffers
Type: int
Help¶
Number of buffers available for incoming ACL data.
Direct dependencies¶
BT_HCI_ACL_FLOW_CONTROL
&& BT_CONN
&& BT_HCI_HOST
&& BT_HCI
&& BT
(Includes any dependencies from ifs and menus.)
Defaults¶
Kconfig definition¶
At <Zephyr>/subsys/bluetooth/host/Kconfig:250
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:239
Menu path: (Top) → Sub Systems and OS Services → Bluetooth
config BT_ACL_RX_COUNT int "Number of incoming ACL data buffers" range 1 64 defaultBT_CTLR_RX_BUFFERS
ifBT_CTLR
defaultNET_BUF_RX_COUNT
ifNET_L2_BT
default 6 depends onBT_HCI_ACL_FLOW_CONTROL
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
help Number of buffers available for incoming ACL data.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)