mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(nimble): Fix tinycrypt compilation issues when enabled
This commit is contained in:
@@ -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
|
||||
|
||||
Submodule components/bt/host/nimble/nimble updated: f117896558...5b0cb71162
Reference in New Issue
Block a user