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:
7:55ac052585db
Parent:
6:08cfc94b5f49
Child:
10:814262eb0746
--- a/BlueNRGGattServer.h	Fri Jul 25 09:09:13 2014 +0000
+++ b/BlueNRGGattServer.h	Fri Aug 01 12:52:33 2014 +0000
@@ -49,7 +49,7 @@
     tHalUint16 hrmServHandle, hrmCharHandle;
     
     GattCharacteristic *p_characteristics[BLE_TOTAL_CHARACTERISTICS];
-    //uint16_t bleCharacteristicHandles[BLE_TOTAL_CHARACTERISTICS];
+    tHalUint16 bleCharacteristicHandles[BLE_TOTAL_CHARACTERISTICS];
 
     BlueNRGGattServer() {
         serviceCount = 0;