HW layer for the Nucleo board, it only work with old BLE_API

Dependents:   Hello_BLE F446RE-BLE

Fork of X_NUCLEO_IDB0XA1 by ST

Revision:
45:1fff7d7d5ce7
Parent:
37:07487777d9c6
Child:
47:45b79f89b739
--- a/BlueNRGGattServer.h	Thu Aug 28 12:42:30 2014 +0000
+++ b/BlueNRGGattServer.h	Fri Sep 05 06:41:21 2014 +0000
@@ -57,10 +57,12 @@
     GattCharacteristic *p_characteristics[BLE_TOTAL_CHARACTERISTICS];
     tHalUint16 bleCharacteristicHandles[BLE_TOTAL_CHARACTERISTICS];
     
+    uint8_t *DeviceName;
     
     BlueNRGGattServer() {
         serviceCount = 0;
         characteristicCount = 0;
+        DeviceName = NULL;
     };
 
     BlueNRGGattServer(BlueNRGGattServer const &);