From f2466b5e43c2c83076c219dee60bf1bfd86544b7 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 18 Dec 2019 17:44:49 +0100 Subject: [PATCH] auto-pts: add ENABLE_BTP compile flag to add code to att_db --- test/auto-pts/CMakeLists.txt | 1 + test/btstack_config.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/test/auto-pts/CMakeLists.txt b/test/auto-pts/CMakeLists.txt index 50210b738..6b240a159 100644 --- a/test/auto-pts/CMakeLists.txt +++ b/test/auto-pts/CMakeLists.txt @@ -24,6 +24,7 @@ include_directories(../../platform/posix) include_directories(../../platform/embedded) include_directories(../../platform/lwip) include_directories(../../platform/lwip/port) +include_directories(.) include_directories(..) # find src files diff --git a/test/btstack_config.h b/test/btstack_config.h index a2bac11e6..39c4e6a28 100644 --- a/test/btstack_config.h +++ b/test/btstack_config.h @@ -13,6 +13,7 @@ #define HAVE_BTSTACK_STDIN #define HAVE_ASSERT + // BTstack features that can be enabled #define ENABLE_BLE #define ENABLE_CLASSIC @@ -27,6 +28,7 @@ #define ENABLE_LE_CENTRAL #define ENABLE_SDP_EXTRA_QUERIES #define ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE +#define ENABLE_BTP // BTstack configuration. buffers, sizes, ... #define HCI_ACL_PAYLOAD_SIZE 1024