The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_BT_CTLR_XTAL_THRESHOLD

Crystal shutdown threshold in uS

Type: int

Help

Configure the optimal delta in micro seconds between two consecutive radio events, event done to next preparation, below which (active clock) crystal will be retained. This value is board dependent.

Direct dependencies

BT_CTLR_XTAL_ADVANCED && BT_CTLR && BT_HCI && BT

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

Defaults

Kconfig definition

At subsys/bluetooth/controller/Kconfig:445

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

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

config BT_CTLR_XTAL_THRESHOLD
    int
    prompt "Crystal shutdown threshold in uS" if BT_CTLR_XTAL_ADVANCED && BT_CTLR && BT_HCI && BT && BT_CTLR_ADVANCED_FEATURES
    default 1500 if BT_CTLR_XTAL_ADVANCED && BT_CTLR && BT_HCI && BT
    depends on BT_CTLR_XTAL_ADVANCED && BT_CTLR && BT_HCI && BT
    help
      Configure the optimal delta in micro seconds between two consecutive
      radio events, event done to next preparation, below which (active
      clock) crystal will be retained. This value is board dependent.

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