CONFIG_BT_CONN_TX_MAX

Maximum number of pending TX buffers with a callback

Maximum number of pending TX buffers with a callback

Type: int

Help

Maximum number of pending TX buffers that have an associated
callback. Normally this can be left to the default value, which
is equal to the number of TX buffers in the stack-internal pool.

Help

Maximum number of pending TX buffers that have an associated
callback. Normally this can be left to the default value, which
is equal to the number of TX buffers in the stack-internal pool.

Direct dependencies

(BT_CONN && BT_HCI_HOST && BT_RPC_STACK) || (BT_CONN && BT_HCI_HOST && BT_HCI && BT)

(Includes any dependencies from ifs and menus.)

Kconfig definitions

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:10<nRF>/subsys/bluetooth/Kconfig:38<nRF>/subsys/bluetooth/rpc/Kconfig:196

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → BLE over nRF RPC

config BT_CONN_TX_MAX
    int "Maximum number of pending TX buffers with a callback"
    range BT_L2CAP_TX_BUF_COUNT 255
    default BT_L2CAP_TX_BUF_COUNT
    depends on BT_CONN && BT_HCI_HOST && BT_RPC_STACK
    help
      Maximum number of pending TX buffers that have an associated
      callback. Normally this can be left to the default value, which
      is equal to the number of TX buffers in the stack-internal pool.

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:180

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

config BT_CONN_TX_MAX
    int "Maximum number of pending TX buffers with a callback"
    range BT_L2CAP_TX_BUF_COUNT 255
    default BT_L2CAP_TX_BUF_COUNT
    depends on BT_CONN && BT_HCI_HOST && BT_HCI && BT
    help
      Maximum number of pending TX buffers that have an associated
      callback. Normally this can be left to the default value, which
      is equal to the number of TX buffers in the stack-internal pool.

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