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_LL_SW && BT_CTLR && BT_HCI && BT

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

Defaults

Kconfig definition

At subsys/bluetooth/controller/Kconfig:228

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:156

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_LL_SW && BT_CTLR && BT_HCI && BT
    range 1 8 if SOC_FAMILY_NRF && BT_CTLR_PRIVACY && BT_CONN && BT_LL_SW && BT_CTLR && BT_HCI && BT
    default 8 if BT_CTLR_PRIVACY && BT_CONN && BT_LL_SW && BT_CTLR && BT_HCI && BT
    depends on BT_CTLR_PRIVACY && BT_CONN && BT_LL_SW && 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.)