From 73d0f5e553f32b7f7edcd06a59e13b4f901c572e Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Tue, 17 Jan 2017 10:26:04 +0100 Subject: [PATCH] windows: add LE Central + LE Peripheral config flags --- port/windows-h4/btstack_config.h | 2 ++ port/windows-winusb/btstack_config.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/port/windows-h4/btstack_config.h b/port/windows-h4/btstack_config.h index c424fc133..926acf6cf 100644 --- a/port/windows-h4/btstack_config.h +++ b/port/windows-h4/btstack_config.h @@ -14,6 +14,8 @@ // BTstack features that can be enabled #define ENABLE_BLE #define ENABLE_CLASSIC +#define ENABLE_LE_PERIPHERAL +#define ENABLE_LE_CENTRAL #define ENABLE_LE_SECURE_CONNECTIONS #define ENABLE_LOG_ERROR #define ENABLE_LOG_INFO diff --git a/port/windows-winusb/btstack_config.h b/port/windows-winusb/btstack_config.h index ce3de3cc9..3b0a52f3c 100644 --- a/port/windows-winusb/btstack_config.h +++ b/port/windows-winusb/btstack_config.h @@ -14,6 +14,8 @@ // BTstack features that can be enabled #define ENABLE_BLE #define ENABLE_CLASSIC +#define ENABLE_LE_PERIPHERAL +#define ENABLE_LE_CENTRAL #define ENABLE_LE_SECURE_CONNECTIONS #define ENABLE_LOG_ERROR #define ENABLE_LOG_INFO