mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 10:21:12 +00:00
auto-pts: add ENABLE_BTP compile flag to add code to att_db
This commit is contained in:
parent
32a73f639d
commit
f2466b5e43
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user