:orphan: .. title:: CONFIG_BT_SCAN_CONN_ATTEMPTS_FILTER .. kconfig:: CONFIG_BT_SCAN_CONN_ATTEMPTS_FILTER CONFIG_BT_SCAN_CONN_ATTEMPTS_FILTER ################################### *Connection attempts filter* Type: ``bool`` Help ==== .. code-block:: none Connection attempts filter. This filter limits the number of attempts to connect to the device. Direct dependencies =================== \ :kconfig:`BT_SCAN ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/subsys/bluetooth/Kconfig.scan:119`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:10`` → ``/subsys/bluetooth/Kconfig:27`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → Scan library .. code-block:: kconfig 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.)*