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:
27:b4c21a9e8b39
Parent:
26:047d45ea379e
Child:
33:96724af256a5
--- a/BlueNRGGattServer.h	Tue Aug 19 08:43:19 2014 +0000
+++ b/BlueNRGGattServer.h	Wed Aug 20 07:55:23 2014 +0000
@@ -42,7 +42,8 @@
     void eventCallback(void);
     //void hwCallback(void *pckt);
     ble_error_t Read_Request_CB(tHalUint16 handle);
-
+    GattCharacteristic* getCharacteristicFromHandle(tHalUint16 charHandle);
+    
 private:
 
     uint8_t serviceCount;
@@ -51,7 +52,8 @@
     
     GattCharacteristic *p_characteristics[BLE_TOTAL_CHARACTERISTICS];
     tHalUint16 bleCharacteristicHandles[BLE_TOTAL_CHARACTERISTICS];
-
+    
+    
     BlueNRGGattServer() {
         serviceCount = 0;
         characteristicCount = 0;