From d33566fee5233d2a0f635734480dbae39f2b3df8 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 7 Aug 2017 15:44:44 +0200 Subject: [PATCH] esp32: enable support for LE Data Length Extension --- port/esp32/template/components/btstack/include/btstack_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/port/esp32/template/components/btstack/include/btstack_config.h b/port/esp32/template/components/btstack/include/btstack_config.h index d23c81273..9ee4c4220 100644 --- a/port/esp32/template/components/btstack/include/btstack_config.h +++ b/port/esp32/template/components/btstack/include/btstack_config.h @@ -15,6 +15,7 @@ #define ENABLE_CLASSIC #define ENABLE_LE_PERIPHERAL #define ENABLE_LE_CENTRAL +#define ENABLE_LE_DATA_LENGTH_EXTENSION #define ENABLE_LOG_ERROR #define ENABLE_LOG_INFO // #define ENABLE_LOG_DEBUG