We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b42d46 commit a529481Copy full SHA for a529481
subsys/bluetooth/mesh/Kconfig
@@ -24,7 +24,10 @@ config BT_MESH_MBEDTLS_BACKEND_ENABLE
24
imply MBEDTLS_ENABLE_HEAP
25
imply PSA_WANT_GENERATE_RANDOM
26
27
+# NLC profile support requires more netkeys and appkeys thus more HEAP is needed by
28
+# MEBEDTLS to accommodate minimum number of keys needed by NLC profile support.
29
config MBEDTLS_HEAP_SIZE
30
+ default 1152 if BT_MESH_NLC_PERF_CONF
31
default 1024
32
33
if BT_SETTINGS
0 commit comments