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

H/w Accelerated tIFS Trx switching

Type: bool

Help

Enable use of hardware accelerated tIFS Trx switching.

Direct dependencies

!BT_CTLR_RADIO_ENABLE_FAST && BT_CTLR && BT_HCI && BT

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

Defaults

Kconfig definition

At subsys/bluetooth/controller/Kconfig:525

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

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

config BT_CTLR_TIFS_HW
    bool
    prompt "H/w Accelerated tIFS Trx switching" if !BT_CTLR_RADIO_ENABLE_FAST && BT_CTLR && BT_HCI && BT && BT_CTLR_ADVANCED_FEATURES
    default "y" if !BT_CTLR_RADIO_ENABLE_FAST && BT_CTLR && BT_HCI && BT
    depends on !BT_CTLR_RADIO_ENABLE_FAST && BT_CTLR && BT_HCI && BT
    help
      Enable use of hardware accelerated tIFS Trx switching.

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