CONFIG_BT_CONN_TX

(No prompt – not directly user assignable.)

Type: bool

Help

Hidden configuration that is true if ACL or broadcast ISO is enabled

Direct dependencies

BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/bluetooth/Kconfig:136

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:9

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

config BT_CONN_TX
    bool
    default BT_CONN || BT_ISO_BROADCASTER
    depends on BT_HCI && BT
    help
      Hidden configuration that is true if ACL or broadcast ISO is enabled

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