CONFIG_BT_CTLR_RPA_CACHE_SIZE¶
LE Controller-based Software Privacy Resolving List size
Type: int
Help¶
Set the size of the Known Unknown Resolving List for LE
Controller-based Software deferred Privacy.
Direct dependencies¶
BT_CTLR_SW_DEFERRED_PRIVACY && BT_LL_SW_SPLIT && BT_CTLR && BT_HCI && BT
(Includes any dependencies from ifs and menus.)
Default¶
- 8 
Kconfig definition¶
At <Zephyr Subsystem>/bluetooth/controller/Kconfig.ll_sw_split:128
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:9 → <Zephyr Subsystem>/bluetooth/Kconfig:175 → <Zephyr Subsystem>/bluetooth/controller/Kconfig:659
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → Advanced features → LE Controller-based Software Privacy
config BT_CTLR_RPA_CACHE_SIZE
    int "LE Controller-based Software Privacy Resolving List size" if BT_CTLR_ADVANCED_FEATURES
    range 1 64
    default 8
    depends on BT_CTLR_SW_DEFERRED_PRIVACY && BT_LL_SW_SPLIT && BT_CTLR && BT_HCI && BT
    help
      Set the size of the Known Unknown Resolving List for LE
      Controller-based Software deferred Privacy.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)