feat(ble): Make Tinycrypto the default encryption choice for BLE components

This commit is contained in:
luoxu
2026-01-06 14:40:10 +08:00
parent 90146a4513
commit d0622b0289
+1 -1
View File
@@ -9,7 +9,7 @@ config BT_ALARM_MAX_NUM
choice BT_SMP_CRYPTO_STACK
prompt "SMP cryptographic stack"
depends on (BT_BLE_SMP_ENABLE || BT_SMP_ENABLE || BT_NIMBLE_SECURITY_ENABLE)
default BT_SMP_CRYPTO_STACK_NATIVE
default BT_SMP_CRYPTO_STACK_TINYCRYPT
help
Select the cryptographic library to use for SMP operations (AES, AES-CMAC, ECDH P-256).