choice BT_MESH_ADV: Advertiser mode

Advertiser mode

Type: bool

Direct dependencies

BT_MESH && BT

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/bluetooth/mesh/Kconfig:231

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:9subsys/bluetooth/Kconfig:258

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

choice BT_MESH_ADV
    bool "Advertiser mode"
    default BT_MESH_ADV_EXT if BT_EXT_ADV
    default BT_MESH_ADV_LEGACY
    depends on BT_MESH && BT

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