Previous version which works for my stm32f401 Nucleo board

Fork of X_NUCLEO_IDB0XA1 by ST

Revision:
51:963982e7c17c
Parent:
47:45b79f89b739
Child:
52:94638d2461c1
--- a/BlueNRGGattServer.h	Mon Sep 15 13:19:08 2014 +0000
+++ b/BlueNRGGattServer.h	Wed Sep 17 06:34:57 2014 +0000
@@ -52,7 +52,7 @@
 
     uint8_t serviceCount;
     uint8_t characteristicCount;
-    tHalUint16 hrmServHandle, hrmCharHandle;
+    tHalUint16 servHandle, charHandle;
     
     GattCharacteristic *p_characteristics[BLE_TOTAL_CHARACTERISTICS];
     tHalUint16 bleCharacteristicHandles[BLE_TOTAL_CHARACTERISTICS];