-
CONFIG_BT_SCAN_SHORT_NAME_CNT
¶
Number of short name filters
Type: int
Help¶
Number of short name filters
Help¶
Number of short name filters
Direct dependencies¶
(BT_SCAN_FILTER_ENABLE
&& BT_SCAN
&& BT
) || (!BT_SCAN_FILTER_ENABLE
&& BT_SCAN
&& BT
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0 if
BT_SCAN_FILTER_ENABLE
&&BT_SCAN
&&BT
- 0 if !
BT_SCAN_FILTER_ENABLE
&&BT_SCAN
&&BT
Kconfig definitions¶
At ../nrf/subsys/bluetooth/Kconfig.scan:42
Included via Kconfig:10
→ Kconfig.zephyr:10
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:1
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrf/Kconfig.nrf:9
→ ../nrf/subsys/Kconfig:10
→ ../nrf/subsys/bluetooth/Kconfig:18
Menu path: (top menu) → Nordic nRF Connect → Bluetooth Low Energy → Scan library → Enabling filters for the Scan library.
config BT_SCAN_SHORT_NAME_CNT int prompt "Number of short name filters" ifBT_SCAN_FILTER_ENABLE
&&BT_SCAN
&&BT
default 0 ifBT_SCAN_FILTER_ENABLE
&&BT_SCAN
&&BT
depends onBT_SCAN_FILTER_ENABLE
&&BT_SCAN
&&BT
help Number of short name filters
At ../nrf/subsys/bluetooth/Kconfig.scan:75
Included via Kconfig:10
→ Kconfig.zephyr:10
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:1
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrf/Kconfig.nrf:9
→ ../nrf/subsys/Kconfig:10
→ ../nrf/subsys/bluetooth/Kconfig:18
Menu path: (top menu) → Nordic nRF Connect → Bluetooth Low Energy → Scan library
config BT_SCAN_SHORT_NAME_CNT int default 0 if !BT_SCAN_FILTER_ENABLE
&&BT_SCAN
&&BT
depends on !BT_SCAN_FILTER_ENABLE
&&BT_SCAN
&&BT
help Number of short name filters
(Definitions include propagated dependencies, including from if’s and menus.)