CONFIG_BT_SCAN_CONN_ATTEMPTS_FILTER_LEN

Connection attempts filtered device count

Type: int

Help

The maximum number of the filtered devices by the connection attempts filter.

Direct dependencies

BT_SCAN_CONN_ATTEMPTS_FILTER && BT_SCAN && BT

(Includes any dependencies from ifs and menus.)

Default

  • 2

Kconfig definition

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

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 → Connection attempts filter

config BT_SCAN_CONN_ATTEMPTS_FILTER_LEN
    int "Connection attempts filtered device count"
    default 2
    depends on BT_SCAN_CONN_ATTEMPTS_FILTER && BT_SCAN && BT
    help
      The maximum number of the filtered devices by
      the connection attempts filter.

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