:orphan: .. title:: BT_CTLR_RL_SIZE .. option:: 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. On OpenISA-based controllers, the hardware imposes a limit of 8 devices. Direct dependencies =================== \ :option:`BT_CTLR_PRIVACY ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 8 Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig:404`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:240`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller .. parsed-literal:: config BT_CTLR_RL_SIZE int "LE Controller-based Privacy Resolving List size" range 1 8 if \ :option:`SOC_COMPATIBLE_NRF ` range 1 8 if \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` default 8 depends on \ :option:`BT_CTLR_PRIVACY ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`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. On OpenISA-based controllers, the hardware imposes a limit of 8 devices. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*