fix: Enable BT_TINYCRYPT_ECC when using HCI
BT_TINYCRYPT_ECC is required for BT_SMP_SC_PAIR_ONLY to work on setups that use BT HCI like the nRF5340.
This commit is contained in:
parent
9d714c0b69
commit
9ff1eaeb5a
1 changed files with 4 additions and 0 deletions
|
@ -120,6 +120,10 @@ menuconfig ZMK_BLE
|
||||||
|
|
||||||
if ZMK_BLE
|
if ZMK_BLE
|
||||||
|
|
||||||
|
# BT_TINYCRYPT_ECC is required for BT_SMP_SC_PAIR_ONLY when using HCI
|
||||||
|
config BT_TINYCRYPT_ECC
|
||||||
|
default y if BT_HCI && !BT_CTLR
|
||||||
|
|
||||||
choice BT_LL_SW_LLCP_IMPL
|
choice BT_LL_SW_LLCP_IMPL
|
||||||
default BT_LL_SW_LLCP_LEGACY
|
default BT_LL_SW_LLCP_LEGACY
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue