Fork of BlueNRG library to be compatible with bluetooth demo application

Dependents:   Nucleo_BLE_Demo Nucleo_BLE_Demo

Fork of Nucleo_BLE_BlueNRG by ST Americas mbed Team

Files at this revision

API Documentation at this revision

Comitter:
berlingeradam
Date:
Mon May 25 19:30:52 2015 +0000
Parent:
4:d5327bfbc598
Commit message:
Additional limit increase

Changed in this revision

BlueNRGGattServer.h Show annotated file Show diff for this revision Revisions of this file
diff -r d5327bfbc598 -r fe944335161b BlueNRGGattServer.h
--- a/BlueNRGGattServer.h	Sun May 10 15:41:02 2015 +0000
+++ b/BlueNRGGattServer.h	Mon May 25 19:30:52 2015 +0000
@@ -25,7 +25,7 @@
 #include <vector>
 #include <map>
 
-#define BLE_TOTAL_CHARACTERISTICS 16
+#define BLE_TOTAL_CHARACTERISTICS 24
 
 
 using namespace std;