:orphan: .. title:: choice BT_MESH_ADV: Advertiser mode .. _choice_355: .. describe:: choice BT_MESH_ADV: Advertiser mode *Advertiser mode* Type: ``bool`` Direct dependencies =================== \ :option:`BT_MESH ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`BT_MESH_ADV_EXT ` if \ :option:`BT_EXT_ADV ` - \ :option:`BT_MESH_ADV_LEGACY ` Choice options ============== - \ :option:`BT_MESH_ADV_LEGACY ` - \ :option:`BT_MESH_ADV_EXT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/mesh/Kconfig:231`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:258`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support .. parsed-literal:: choice BT_MESH_ADV bool "Advertiser mode" default \ :option:`BT_MESH_ADV_EXT ` if \ :option:`BT_EXT_ADV ` default \ :option:`BT_MESH_ADV_LEGACY ` depends on \ :option:`BT_MESH ` && \ :option:`BT ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*