-
CONFIG_BT_CTLR_MESH_SCAN_FILTERS
¶
Number of Mesh scan filters
Type: int
Help¶
Set the number of unique Mesh Scan Filters available as part of the Intel Mesh Vendor Specific Extensions.
Direct dependencies¶
BT_HCI_MESH_EXT
&& BT_CTLR
&& BT_HCI
&& BT
(Includes any dependencies from ifs and menus.)
Default¶
1
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:194
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:6
→ subsys/bluetooth/Kconfig:161
Menu path: (Top) → Bluetooth → Bluetooth Controller
config BT_CTLR_MESH_SCAN_FILTERS int "Number of Mesh scan filters" range 1 15 default 1 depends onBT_HCI_MESH_EXT
&&BT_CTLR
&&BT_HCI
&&BT
help Set the number of unique Mesh Scan Filters available as part of the Intel Mesh Vendor Specific Extensions.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)