-
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.)
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:228
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:156
Menu path: (top menu) → Bluetooth
config BT_CTLR_RL_SIZE int prompt "LE Controller-based Privacy Resolving List size" ifBT_CTLR_PRIVACY
&&BT_CONN
&&BT_LL_SW
&&BT_CTLR
&&BT_HCI
&&BT
range 1 8 ifSOC_FAMILY_NRF
&&BT_CTLR_PRIVACY
&&BT_CONN
&&BT_LL_SW
&&BT_CTLR
&&BT_HCI
&&BT
default 8 ifBT_CTLR_PRIVACY
&&BT_CONN
&&BT_LL_SW
&&BT_CTLR
&&BT_HCI
&&BT
depends onBT_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.)