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:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <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_UUID_CNT
int "Number of filters for UUIDs."
default 0
depends on BT_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:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <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_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.)