-
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 ifs and menus.)
Default¶
8
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:401
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:6
→ subsys/bluetooth/Kconfig:161
Menu path: (Top) → Bluetooth → Bluetooth Controller → LE Controller-based Privacy
config BT_CTLR_RL_SIZE int "LE Controller-based Privacy Resolving List size" range 1 8 ifSOC_COMPATIBLE_NRF
default 8 depends onBT_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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)