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

Kconfig definition

At subsys/bluetooth/host/Kconfig:197

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:155

Menu path: (top menu) → Bluetooth

config BT_L2CAP_TX_MTU
    int
    prompt "Maximum supported L2CAP MTU for L2CAP TX buffers" if BT_CONN && BT_HCI_HOST && BT_HCI && BT
    range 65 2000 if BT_SMP && BT_CONN && BT_HCI_HOST && BT_HCI && BT
    range 23 2000 if BT_CONN && BT_HCI_HOST && BT_HCI && BT
    default 253 if BT_BREDR && BT_CONN && BT_HCI_HOST && BT_HCI && BT
    default 65 if BT_SMP && BT_CONN && BT_HCI_HOST && BT_HCI && BT
    default 23 if BT_CONN && BT_HCI_HOST && BT_HCI && BT
    depends on BT_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.)