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>/subsys/bluetooth/controller/Kconfig.ll_sw_split:116

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:8<Zephyr>/subsys/bluetooth/Kconfig:240<Zephyr>/subsys/bluetooth/controller/Kconfig:554

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.)