mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 09:55:45 +00:00
test: use ENABLE_SOFTWARE_AES128 by all tests
This commit is contained in:
parent
e501675b4f
commit
2cddd09dab
@ -27,6 +27,7 @@
|
|||||||
#define ENABLE_LOG_INFO
|
#define ENABLE_LOG_INFO
|
||||||
#define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS
|
#define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS
|
||||||
#define ENABLE_PRINTF_HEXDUMP
|
#define ENABLE_PRINTF_HEXDUMP
|
||||||
|
#define ENABLE_SOFTWARE_AES128
|
||||||
|
|
||||||
// BTstack configuration. buffers, sizes, ...
|
// BTstack configuration. buffers, sizes, ...
|
||||||
#define HCI_ACL_PAYLOAD_SIZE 1024
|
#define HCI_ACL_PAYLOAD_SIZE 1024
|
||||||
|
@ -23,8 +23,7 @@
|
|||||||
#define ENABLE_LOG_INFO
|
#define ENABLE_LOG_INFO
|
||||||
#define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS
|
#define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS
|
||||||
#define ENABLE_PRINTF_HEXDUMP
|
#define ENABLE_PRINTF_HEXDUMP
|
||||||
|
#define ENABLE_SOFTWARE_AES128
|
||||||
// #define ENABLE_SOFTWARE_AES128
|
|
||||||
|
|
||||||
// BTstack configuration. buffers, sizes, ...
|
// BTstack configuration. buffers, sizes, ...
|
||||||
#define HCI_ACL_PAYLOAD_SIZE (1691 + 4)
|
#define HCI_ACL_PAYLOAD_SIZE (1691 + 4)
|
||||||
|
Loading…
Reference in New Issue
Block a user