-
CONFIG_BT_SCAN_UUID_CNT
¶
Number of filters for UUIDs.
Type: int
Help¶
Number of filters for UUIDs
Help¶
Number of filters for UUIDs
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:42
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_UUID_CNT int "Number of filters for UUIDs." default 0 depends onBT_SCAN_FILTER_ENABLE
&&BT_SCAN
&&BT
help Number of filters for UUIDs
At <nRF>/subsys/bluetooth/Kconfig.scan:81
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_UUID_CNT int default 0 depends on !BT_SCAN_FILTER_ENABLE
&&BT_SCAN
&&BT
help Number of filters for UUIDs
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)