-
CONFIG_BT_L2CAP_TX_MTU
¶
Maximum supported L2CAP MTU for L2CAP TX buffers
Type: int
Help¶
Maximum L2CAP MTU for L2CAP TX buffers.
Direct dependencies¶
BT_CONN
&& BT_HCI_HOST
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
- 253 if
BT_BREDR
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
- 65 if
BT_SMP
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
- 23 if
BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/Kconfig:197
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:155
Menu path: (top menu) → Bluetooth
config BT_L2CAP_TX_MTU int prompt "Maximum supported L2CAP MTU for L2CAP TX buffers" ifBT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
range 65 2000 ifBT_SMP
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
range 23 2000 ifBT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
default 253 ifBT_BREDR
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
default 65 ifBT_SMP
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
default 23 ifBT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
depends onBT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
help Maximum L2CAP MTU for L2CAP TX buffers.
(Definitions include propagated dependencies, including from if’s and menus.)