From 2c83071354d68e4fb4da9601abb348205442bdd7 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald@gmail.com" Date: Sun, 5 Oct 2014 18:31:37 +0000 Subject: [PATCH] added #defines for BLE --- platforms/stm32-f103rb-nucleo/btstack-config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platforms/stm32-f103rb-nucleo/btstack-config.h b/platforms/stm32-f103rb-nucleo/btstack-config.h index c30b930a1..b368218a0 100644 --- a/platforms/stm32-f103rb-nucleo/btstack-config.h +++ b/platforms/stm32-f103rb-nucleo/btstack-config.h @@ -1,5 +1,7 @@ #define EMBEDDED +#define HAVE_BLE + #define HAVE_INIT_SCRIPT #define HAVE_BZERO #define HAVE_TICK @@ -13,7 +15,7 @@ // #define MAX_SPP_CONNECTIONS 1 - +#define MAX_NO_GATT_CLIENTS 0 #define MAX_NO_HCI_CONNECTIONS MAX_SPP_CONNECTIONS #define MAX_NO_L2CAP_SERVICES 2 #define MAX_NO_L2CAP_CHANNELS (1+MAX_SPP_CONNECTIONS)