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

LE Controller-based Privacy

Type: bool

Help

Enable support for Bluetooth v4.2 LE Controller-based Privacy feature in the Controller.

Direct dependencies

!SOC_SERIES_NRF51X && BT_CONN && BT_CTLR && BT_HCI && BT

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

Defaults

Symbols selected by this symbol

Kconfig definition

At subsys/bluetooth/controller/Kconfig:263

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

Menu path: (top menu) → Bluetooth

config BT_CTLR_PRIVACY
    bool
    prompt "LE Controller-based Privacy" if !SOC_SERIES_NRF51X && BT_CONN && BT_CTLR && BT_HCI && BT
    default "y" if !SOC_SERIES_NRF51X && BT_CONN && BT_CTLR && BT_HCI && BT
    select BT_CTLR_FILTER if !SOC_SERIES_NRF51X && BT_CONN && BT_CTLR && BT_HCI && BT
    select BT_RPA if !SOC_SERIES_NRF51X && BT_CONN && BT_CTLR && BT_HCI && BT
    depends on !SOC_SERIES_NRF51X && BT_CONN && BT_CTLR && BT_HCI && BT
    help
      Enable support for Bluetooth v4.2 LE Controller-based Privacy feature
      in the Controller.

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