change(ble/bluedroid): Disable the built-in Bluedroid cryptographic implementation

This commit is contained in:
zhiweijian
2026-01-30 17:44:54 +08:00
committed by BLE BOT
parent aa40fdcc64
commit 7779e43d33
-8
View File
@@ -13,14 +13,6 @@ choice BT_SMP_CRYPTO_STACK
help
Select the cryptographic library to use for SMP operations (AES, AES-CMAC, ECDH P-256).
config BT_SMP_CRYPTO_STACK_NATIVE
bool "Native Bluedroid implementation"
depends on (BT_BLE_SMP_ENABLE || BT_SMP_ENABLE)
help
Use the built-in Bluedroid cryptographic implementation.
This provides compatibility with all features.
This option is only available for Bluedroid host.
config BT_SMP_CRYPTO_STACK_TINYCRYPT
bool "TinyCrypt"
help