-
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 if’s and menus.)
Defaults¶
BT_CTLR_RX_BUFFERS
ifBT_CTLR
&&BT_HCI_ACL_FLOW_CONTROL
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
- 6 if
BT_HCI_ACL_FLOW_CONTROL
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/Kconfig:159
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:155
Menu path: (top menu) → Bluetooth
config BT_ACL_RX_COUNT int prompt "Number of incoming ACL data buffers" ifBT_HCI_ACL_FLOW_CONTROL
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
range 1 64 ifBT_HCI_ACL_FLOW_CONTROL
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
defaultBT_CTLR_RX_BUFFERS
ifBT_CTLR
&&BT_HCI_ACL_FLOW_CONTROL
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
default 6 ifBT_HCI_ACL_FLOW_CONTROL
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
depends onBT_HCI_ACL_FLOW_CONTROL
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
help Number of buffers available for incoming ACL data.
(Definitions include propagated dependencies, including from if’s and menus.)