The latest development version of this page may be more current than this released 1.14.0 version.
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.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/bluetooth/controller/Kconfig:577

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:145

Menu path: (top menu) → Bluetooth → Advanced features

config BT_CTLR_CONN_RSSI
    bool
    prompt "Connection RSSI" if BT_CONN && BT_CTLR && BT_HCI && BT && BT_CTLR_ADVANCED_FEATURES
    depends on BT_CONN && BT_CTLR && BT_HCI && BT
    help
      Enable connection RSSI measurement.

(Definitions include propagated dependencies, including from if’s and menus.)