The latest development version of this page may be more current than this released 1.14.1 version.
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.)

Kconfig definition

At subsys/bluetooth/host/Kconfig:183

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:144

Menu path: (top menu) → Bluetooth

config BT_ACL_RX_COUNT
    int
    prompt "Number of incoming ACL data buffers" if BT_HCI_ACL_FLOW_CONTROL && BT_CONN && BT_HCI_HOST && BT_HCI && BT
    range 1 64 if BT_HCI_ACL_FLOW_CONTROL && BT_CONN && BT_HCI_HOST && BT_HCI && BT
    default BT_CTLR_RX_BUFFERS if BT_CTLR && BT_HCI_ACL_FLOW_CONTROL && BT_CONN && BT_HCI_HOST && BT_HCI && BT
    default 6 if BT_HCI_ACL_FLOW_CONTROL && BT_CONN && BT_HCI_HOST && BT_HCI && BT
    depends on BT_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.)