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

Device Whitelist Support

Type: bool

Help

Enable support for controller device whitelist feature

Direct dependencies

BT_CTLR && BT_HCI && BT

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

Defaults

Symbols that select this symbol

Kconfig definition

At subsys/bluetooth/controller/Kconfig:364

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

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

config BT_CTLR_FILTER
    bool
    prompt "Device Whitelist Support" if BT_CTLR && BT_HCI && BT && BT_CTLR_ADVANCED_FEATURES
    default "y" if BT_CTLR && BT_HCI && BT
    depends on BT_CTLR && BT_HCI && BT
    help
      Enable support for controller device whitelist feature

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