CONFIG_BT_MESH_SUBNET_COUNT

Maximum number of mesh subnets per network

Type: int

Help

This option specifies how many subnets a Mesh network can participate in at the same time.

Direct dependencies

BT_MESH && BT

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At <Zephyr>/subsys/bluetooth/mesh/Kconfig:161

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:8<Zephyr>/subsys/bluetooth/Kconfig:258

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support

config BT_MESH_SUBNET_COUNT
    int "Maximum number of mesh subnets per network"
    range 1 4096
    default 1
    depends on BT_MESH && BT
    help
      This option specifies how many subnets a Mesh network can
      participate in at the same time.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)