The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_BT_CTLR_LLID_DATA_START_EMPTY

Handle zero length L2CAP start frame

Type: bool

Help

Handle zero length L2CAP start frame.

Direct dependencies

BT_CONN && BT_CTLR && BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/bluetooth/controller/Kconfig:565

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:145

Menu path: (top menu) → Bluetooth → Advanced features

config BT_CTLR_LLID_DATA_START_EMPTY
    bool
    prompt "Handle zero length L2CAP start frame" if BT_CONN && BT_CTLR && BT_HCI && BT && BT_CTLR_ADVANCED_FEATURES
    default "y" if BT_HCI_RAW && BT_CONN && BT_CTLR && BT_HCI && BT
    depends on BT_CONN && BT_CTLR && BT_HCI && BT
    help
      Handle zero length L2CAP start frame.

(Definitions include propagated dependencies, including from if’s and menus.)