-
CONFIG_BT_CTLR_CONN_RSSI
¶
Connection RSSI
Type: bool
Help¶
Enable connection RSSI measurement.
Direct dependencies¶
BT_CONN
&& BT_CTLR
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:591
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:145
Menu path: (top menu) → Bluetooth → Advanced features
config BT_CTLR_CONN_RSSI bool prompt "Connection RSSI" ifBT_CONN
&&BT_CTLR
&&BT_HCI
&&BT
&&BT_CTLR_ADVANCED_FEATURES
default "y" ifBT_HCI_RAW
&&BT_CONN
&&BT_CTLR
&&BT_HCI
&&BT
depends onBT_CONN
&&BT_CTLR
&&BT_HCI
&&BT
help Enable connection RSSI measurement.
(Definitions include propagated dependencies, including from if’s and menus.)