Previous version which works for my stm32f401 Nucleo board

Fork of X_NUCLEO_IDB0XA1 by ST

Revision:
65:f9958b8f2548
Parent:
64:6d7b775c3f6d
Child:
66:8c8813dd8e79
--- a/BlueNRGGattServer.h	Wed Nov 19 11:24:37 2014 +0000
+++ b/BlueNRGGattServer.h	Wed Apr 01 09:02:51 2015 +0000
@@ -59,6 +59,7 @@
     virtual ble_error_t addService(GattService &);
     virtual ble_error_t readValue(uint16_t handle, uint8_t buffer[], uint16_t *const lengthP);
     virtual ble_error_t updateValue(uint16_t, uint8_t[], uint16_t, bool localOnly = false);
+    virtual ble_error_t initializeGATTDatabase(void);
 
     /* BlueNRG Functions */
     void eventCallback(void);