mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-25 09:02:30 +00:00
fix compile: test + daemon
This commit is contained in:
parent
eef5d8269f
commit
7353fdb4f5
@ -134,6 +134,7 @@ echo >> btstack_config.h
|
|||||||
|
|
||||||
echo "// BTstack features that can be enabled" >> btstack_config.h
|
echo "// BTstack features that can be enabled" >> btstack_config.h
|
||||||
echo "#define ENABLE_BLE" >> 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_CLASSIC" >> btstack_config.h
|
||||||
echo "#define ENABLE_LOG_ERROR" >> btstack_config.h
|
echo "#define ENABLE_LOG_ERROR" >> btstack_config.h
|
||||||
echo "#define ENABLE_LOG_INFO " >> btstack_config.h
|
echo "#define ENABLE_LOG_INFO " >> btstack_config.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// btstack_config.h for Arduino port
|
// btstack_config.h for most tests
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef __BTSTACK_CONFIG
|
#ifndef __BTSTACK_CONFIG
|
||||||
@ -22,6 +22,8 @@
|
|||||||
#define ENABLE_SDP_EXTRA_QUERIES
|
#define ENABLE_SDP_EXTRA_QUERIES
|
||||||
// #define ENABLE_LE_SECURE_CONNECTIONS
|
// #define ENABLE_LE_SECURE_CONNECTIONS
|
||||||
#define ENABLE_LE_SIGNED_WRITE
|
#define ENABLE_LE_SIGNED_WRITE
|
||||||
|
#define ENABLE_LE_PERIPHERAL
|
||||||
|
#define ENABLE_LE_CENTRAL
|
||||||
|
|
||||||
// BTstack configuration. buffers, sizes, ...
|
// BTstack configuration. buffers, sizes, ...
|
||||||
#define HCI_ACL_PAYLOAD_SIZE 52
|
#define HCI_ACL_PAYLOAD_SIZE 52
|
||||||
|
Loading…
x
Reference in New Issue
Block a user