The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_BT_CTLR_RL_SIZE

LE Controller-based Privacy Resolving List size

Type: int

Help

Set the size of the Resolving List for LE Controller-based Privacy. On nRF5x-based controllers, the hardware imposes a limit of 8 devices.

Direct dependencies

BT_CTLR_PRIVACY && BT_CONN && BT_CTLR && BT_HCI && BT

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

Defaults

Kconfig definition

At subsys/bluetooth/controller/Kconfig:273

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

Menu path: (top menu) → Bluetooth

config BT_CTLR_RL_SIZE
    int
    prompt "LE Controller-based Privacy Resolving List size" if BT_CTLR_PRIVACY && BT_CONN && BT_CTLR && BT_HCI && BT
    range 1 8 if SOC_COMPATIBLE_NRF && BT_CTLR_PRIVACY && BT_CONN && BT_CTLR && BT_HCI && BT
    default 8 if BT_CTLR_PRIVACY && BT_CONN && BT_CTLR && BT_HCI && BT
    depends on BT_CTLR_PRIVACY && BT_CONN && BT_CTLR && BT_HCI && BT
    help
      Set the size of the Resolving List for LE Controller-based Privacy.
      On nRF5x-based controllers, the hardware imposes a limit of 8 devices.

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