CONFIG_BT_CTLR_CONN_RSSI

Connection RSSI

Type: bool

Help

Enable connection RSSI measurement.

Direct dependencies

BT_CONN && BT_LL_SW && 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:455

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:156

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

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

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