fix compile: test + daemon

This commit is contained in:
Matthias Ringwald 2017-01-14 22:24:22 +01:00
parent eef5d8269f
commit 7353fdb4f5
2 changed files with 4 additions and 1 deletions

View File

@ -134,6 +134,7 @@ echo >> btstack_config.h
echo "// BTstack features that can be enabled" >> btstack_config.h
echo "#define ENABLE_BLE" >> btstack_config.h
echo "#define ENABLE_LE_PERIPHERAL" >> btstack_config.h
echo "#define ENABLE_CLASSIC" >> btstack_config.h
echo "#define ENABLE_LOG_ERROR" >> btstack_config.h
echo "#define ENABLE_LOG_INFO " >> btstack_config.h

View File

@ -1,5 +1,5 @@
//
// btstack_config.h for Arduino port
// btstack_config.h for most tests
//
#ifndef __BTSTACK_CONFIG
@ -22,6 +22,8 @@
#define ENABLE_SDP_EXTRA_QUERIES
// #define ENABLE_LE_SECURE_CONNECTIONS
#define ENABLE_LE_SIGNED_WRITE
#define ENABLE_LE_PERIPHERAL
#define ENABLE_LE_CENTRAL
// BTstack configuration. buffers, sizes, ...
#define HCI_ACL_PAYLOAD_SIZE 52