:orphan: .. title:: CONFIG_BT_CTLR_RPA_CACHE_SIZE .. kconfig:: CONFIG_BT_CTLR_RPA_CACHE_SIZE CONFIG_BT_CTLR_RPA_CACHE_SIZE ############################# *LE Controller-based Software Privacy Resolving List size* Type: ``int`` Help ==== .. code-block:: none Set the size of the Known Unknown Resolving List for LE Controller-based Software deferred Privacy. Direct dependencies =================== \ :kconfig:`BT_CTLR_SW_DEFERRED_PRIVACY ` && \ :kconfig:`BT_LL_SW_SPLIT ` && \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 8 Kconfig definition ================== At ``/bluetooth/controller/Kconfig.ll_sw_split:128`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:175`` → ``/bluetooth/controller/Kconfig:659`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → Advanced features → LE Controller-based Software Privacy .. code-block:: kconfig 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.)*