test: use ENABLE_SOFTWARE_AES128 by all tests

This commit is contained in:
Matthias Ringwald 2021-01-29 14:41:39 +01:00
parent e501675b4f
commit 2cddd09dab
2 changed files with 2 additions and 2 deletions

View File

@ -27,6 +27,7 @@
#define ENABLE_LOG_INFO
#define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS
#define ENABLE_PRINTF_HEXDUMP
#define ENABLE_SOFTWARE_AES128
// BTstack configuration. buffers, sizes, ...
#define HCI_ACL_PAYLOAD_SIZE 1024

View File

@ -23,8 +23,7 @@
#define ENABLE_LOG_INFO
#define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS
#define ENABLE_PRINTF_HEXDUMP
// #define ENABLE_SOFTWARE_AES128
#define ENABLE_SOFTWARE_AES128
// BTstack configuration. buffers, sizes, ...
#define HCI_ACL_PAYLOAD_SIZE (1691 + 4)