:orphan: .. title:: BT_CTLR_CONN_RSSI .. option:: CONFIG_BT_CTLR_CONN_RSSI *Connection RSSI* Type: ``bool`` Help ==== Enable connection RSSI measurement. Direct dependencies =================== \ :option:`BT_CTLR_CONN_RSSI_SUPPORT ` && \ :option:`BT_CONN ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`BT_HCI_RAW ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig:368`` 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_CONN_RSSI bool "Connection RSSI" default y if \ :option:`BT_HCI_RAW ` depends on \ :option:`BT_CTLR_CONN_RSSI_SUPPORT ` && \ :option:`BT_CONN ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` help Enable connection RSSI measurement. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*