CONFIG_BT_CTLR_SCAN_REQ_RSSI

Measure Scan Request RSSI

Type: bool

Help

Measure RSSI of the on air scan requests received.

Direct dependencies

BT_CTLR_SCAN_REQ_NOTIFY && 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:472

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

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

config BT_CTLR_SCAN_REQ_RSSI
    bool
    prompt "Measure Scan Request RSSI" if BT_CTLR_SCAN_REQ_NOTIFY && BT_LL_SW && BT_CTLR && BT_HCI && BT && BT_CTLR_ADVANCED_FEATURES
    depends on BT_CTLR_SCAN_REQ_NOTIFY && BT_LL_SW && BT_CTLR && BT_HCI && BT
    help
      Measure RSSI of the on air scan requests received.

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