: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. Direct dependencies =================== \ :option:`BT_CTLR_PRIVACY ` && \ :option:`BT_CONN ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 8 if \ :option:`BT_CTLR_PRIVACY ` && \ :option:`BT_CONN ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig:273`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:39`` → ``subsys/Kconfig:8`` → ``subsys/bluetooth/Kconfig:145`` Menu path: (top menu) → Bluetooth → Bluetooth support → Bluetooth Controller → LE Controller-based Privacy .. parsed-literal:: config BT_CTLR_RL_SIZE int prompt "LE Controller-based Privacy Resolving List size" if \ :option:`BT_CTLR_PRIVACY ` && \ :option:`BT_CONN ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` range 1 8 if \ :option:`SOC_COMPATIBLE_NRF ` && \ :option:`BT_CTLR_PRIVACY ` && \ :option:`BT_CONN ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` default 8 if \ :option:`BT_CTLR_PRIVACY ` && \ :option:`BT_CONN ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` depends on \ :option:`BT_CTLR_PRIVACY ` && \ :option:`BT_CONN ` && \ :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. *(Definitions include propagated dependencies, including from if's and menus.)*