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.)

Kconfig definition

At <Zephyr>/subsys/bluetooth/host/Kconfig:250

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:8<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
    default BT_CTLR_RX_BUFFERS if BT_CTLR
    default NET_BUF_RX_COUNT if NET_L2_BT
    default 6
    depends on BT_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.)