-
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 ifs and menus.)
Defaults¶
0
0
Kconfig definitions¶
At <nRF>/subsys/bluetooth/Kconfig.scan:54
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:10
→ <nRF>/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
config BT_SCAN_SHORT_NAME_CNT int "Number of short name filters" default 0 depends onBT_SCAN_FILTER_ENABLE
&&BT_SCAN
&&BT
help Number of short name filters
At <nRF>/subsys/bluetooth/Kconfig.scan:93
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:10
→ <nRF>/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
config BT_SCAN_SHORT_NAME_CNT int default 0 depends on !BT_SCAN_FILTER_ENABLE
&&BT_SCAN
&&BT
help Number of short name filters
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)