CONFIG_BT_CTLR_LLCP_PER_CONN_TX_CTRL_BUF_NUM

Number of tx control buffers to be reserved per connection

Type: int

Help

Set the number control buffers that is to be pre allocated per connection
This defines the minimum number of buffers available for any connection
Setting this to non zero will ensure a connection will always have access
to buffer(s) for control procedure TX

Direct dependencies

!BT_LL_SW_LLCP_LEGACY && BT_CONN && BT_LL_SW_SPLIT && BT_CTLR && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At <Subsystem>/bluetooth/controller/Kconfig.ll_sw_split:514

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:9<Subsystem>/bluetooth/Kconfig:181<Subsystem>/bluetooth/controller/Kconfig:789

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → Advanced features

config BT_CTLR_LLCP_PER_CONN_TX_CTRL_BUF_NUM
    int "Number of tx control buffers to be reserved per connection" if BT_CTLR_ADVANCED_FEATURES
    range 0 BT_CTLR_LLCP_TX_PER_CONN_TX_CTRL_BUF_NUM_MAX
    default BT_CTLR_LLCP_TX_PER_CONN_TX_CTRL_BUF_NUM_MAX
    depends on !BT_LL_SW_LLCP_LEGACY && BT_CONN && BT_LL_SW_SPLIT && BT_CTLR && BT_HCI && BT
    help
      Set the number control buffers that is to be pre allocated per connection
      This defines the minimum number of buffers available for any connection
      Setting this to non zero will ensure a connection will always have access
      to buffer(s) for control procedure TX

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)