Skip to content

Commit c13c3fc

Browse files
alxelaxrlubos
authored andcommitted
[nrf fromtree] bluetooth: mesh: adjust adv stack dependency and size
Commit removes legacy dependancy on Host crypto. Additionally, it adapts advertiser stack size if provisioner feature has been enabled (tested with mesh_shell and thread analyzer). Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no> (cherry picked from commit 6bf8409) Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
1 parent e91ef4f commit c13c3fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

subsys/bluetooth/mesh/Kconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ if BT_MESH_ADV_LEGACY
7676

7777
config BT_MESH_ADV_STACK_SIZE
7878
int "Mesh advertiser thread stack size"
79-
default 1024 if BT_HOST_CRYPTO
79+
default 1800 if BT_MESH_PROVISIONER
80+
default 1536 if BT_MESH_PROXY
8081
default 776 if BT_MESH_PRIV_BEACONS
8182
default 768
8283
help
@@ -146,8 +147,8 @@ if BT_MESH_WORKQ_MESH
146147

147148
config BT_MESH_ADV_STACK_SIZE
148149
int "Mesh extended advertiser thread stack size"
150+
default 2048 if BT_MESH_PROVISIONER
149151
default 1536 if BT_MESH_PROXY
150-
default 1024 if BT_HOST_CRYPTO
151152
default 776 if BT_MESH_PRIV_BEACONS
152153
default 768
153154
help

0 commit comments

Comments
 (0)