-
CONFIG_BT_CONN_TX_MAX
¶
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.
Direct dependencies¶
BT_CONN
&& BT_HCI_HOST
&& BT_HCI
&& BT
(Includes any dependencies from ifs and menus.)
Default¶
Kconfig definition¶
At <Zephyr>/subsys/bluetooth/host/Kconfig:260
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:239
Menu path: (Top) → Sub Systems and OS Services → Bluetooth
config BT_CONN_TX_MAX int "Maximum number of pending TX buffers with a callback" rangeBT_L2CAP_TX_BUF_COUNT
255 defaultBT_L2CAP_TX_BUF_COUNT
depends onBT_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.)