CONFIG_BT_SCAN_CONN_ATTEMPTS_FILTER

Connection attempts filter

Type: bool

Help

Connection attempts filter. This filter limits the number of attempts to connect to the device.

Direct dependencies

BT_SCAN && BT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <nRF>/subsys/bluetooth/Kconfig.scan:119

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:10<nRF>/subsys/bluetooth/Kconfig:27

Menu path: (Top) → Modules → Nordic nRF Connect → Bluetooth Low Energy → Scan library

config BT_SCAN_CONN_ATTEMPTS_FILTER
    bool "Connection attempts filter"
    depends on BT_SCAN && BT
    help
      Connection attempts filter. This filter limits the number of attempts
      to connect to the device.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)