-
CONFIG_BT_CTLR_SW_DEFERRED_PRIVACY
¶
LE Controller-based Software Privacy
Type: bool
Help¶
Enable support for software based deferred privacy calculations.
Direct dependencies¶
BT_CTLR_PRIVACY
&& BT_CONN
&& BT_CTLR
&& BT_HCI
&& BT
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:410
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:6
→ subsys/bluetooth/Kconfig:161
Menu path: (Top) → Bluetooth → Bluetooth Controller → LE Controller-based Privacy
config BT_CTLR_SW_DEFERRED_PRIVACY bool "LE Controller-based Software Privacy" depends onBT_CTLR_PRIVACY
&&BT_CONN
&&BT_CTLR
&&BT_HCI
&&BT
help Enable support for software based deferred privacy calculations.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)