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>
12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
# Uncomment the following two options to get thread stack usage logs
|
|
#CONFIG_INIT_STACKS=y
|
|
#CONFIG_THREAD_STACK_INFO=y
|
|
|
|
CONFIG_BT=y
|
|
CONFIG_LOG=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_SMP_SC_ONLY=y
|
|
CONFIG_BT_MAX_PAIRED=2
|
|
CONFIG_BT_DEVICE_NAME="SC only peripheral"
|