fix(nimble): Fix tinycrypt compilation issues when enabled

This commit is contained in:
Rahul Tank
2026-01-30 14:21:11 +05:30
parent 379943f60f
commit a440f62fb4
2 changed files with 3 additions and 3 deletions

View File

@@ -164,7 +164,7 @@ menu "Security (SMP)"
2(1). Unauthenticated pairing with encryption
3(2). Authenticated pairing with encryption
4(3). Authenticated LE Secure Connections pairing with encryption using a
128-bit strength encryption key.
128-bit strength encryption key.
config BT_NIMBLE_SM_SC_ONLY
int "Enable Secure Connections Only Mode"
@@ -297,7 +297,7 @@ menu "GAP"
config BT_NIMBLE_CRYPTO_STACK_MBEDTLS
bool "Override TinyCrypt with mbedTLS for crypto computations"
default y
default n if CONFIG_BT_SMP_CRYPTO_STACK_TINYCRYPT
depends on BT_NIMBLE_ENABLED
select MBEDTLS_CMAC_C
help