:orphan: .. title:: choice BT_MESH_ADV: Advertiser mode .. _choice_504: .. describe:: choice BT_MESH_ADV: Advertiser mode *Advertiser mode* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`BT_MESH_ADV_EXT ` if \ :kconfig:`BT_EXT_ADV ` - \ :kconfig:`BT_MESH_ADV_LEGACY ` Choice options ============== - \ :kconfig:`BT_MESH_ADV_LEGACY ` - \ :kconfig:`BT_MESH_ADV_EXT ` Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:267`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:193`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support .. code-block:: kconfig 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.)*