:orphan: .. title:: BT_MESH_ADV_STACK_SIZE .. option:: CONFIG_BT_MESH_ADV_STACK_SIZE *Mesh advertiser thread stack size* Type: ``int`` Help ==== NOTE: This is an advanced setting and should not be changed unless absolutely necessary Direct dependencies =================== \ :option:`BT_MESH_ADV_LEGACY ` && \ :option:`BT_MESH ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 1024 if \ :option:`BT_HOST_CRYPTO ` - 768 Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/mesh/Kconfig:254`` 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:: config BT_MESH_ADV_STACK_SIZE int "Mesh advertiser thread stack size" default 1024 if \ :option:`BT_HOST_CRYPTO ` default 768 depends on \ :option:`BT_MESH_ADV_LEGACY ` && \ :option:`BT_MESH ` && \ :option:`BT ` help NOTE: This is an advanced setting and should not be changed unless absolutely necessary *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*