CONFIG_BT_CTLR_CONN_ISO_HCI_DATAPATH_SKIP_INVALID_DATA

Do not pass invalid SDUs on HCI datapath

Type: bool

Help

This allows for applications to decide whether to
forward invalid SDUs through HCI upwards.

Direct dependencies

BT_CTLR_CONN_ISO && BT_CTLR && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Subsystem>/bluetooth/controller/Kconfig:734

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:9<Subsystem>/bluetooth/Kconfig:181

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

config BT_CTLR_CONN_ISO_HCI_DATAPATH_SKIP_INVALID_DATA
    bool "Do not pass invalid SDUs on HCI datapath"
    depends on BT_CTLR_CONN_ISO && BT_CTLR && BT_HCI && BT
    help
      This allows for applications to decide whether to
      forward invalid SDUs through HCI upwards.

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