Remove the HCI command & event emulation layer for ECDH commands and events. This means that we always do the necessary operations in the host. The existing BT_ECC Kconfig option stays, but now gets automatically enabled when necessary (e.g. based on the BT_SMP option), which is why this commit removes so many explicit assignments in prj.conf files. Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
16 lines
333 B
Plaintext
16 lines
333 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_HCI_ACL_FLOW_CONTROL=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_CENTRAL=y
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_SIGNING=y
|
|
CONFIG_BT_SMP_SC_ONLY=y
|
|
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
|
|
CONFIG_BT_GATT_CLIENT=y
|
|
CONFIG_BT_CLASSIC=n
|
|
CONFIG_FLASH=y
|
|
CONFIG_SOC_FLASH_NRF_RADIO_SYNC_TICKER=y
|
|
CONFIG_BT_CTLR_ADVANCED_FEATURES=y
|
|
|
|
CONFIG_ZTEST=y
|