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:
66:8c8813dd8e79
Parent:
65:f9958b8f2548
--- a/BlueNRGGattServer.h	Wed Apr 01 09:02:51 2015 +0000
+++ b/BlueNRGGattServer.h	Wed Apr 01 09:48:50 2015 +0000
@@ -66,6 +66,10 @@
     //void hwCallback(void *pckt);
     ble_error_t Read_Request_CB(tHalUint16 handle);
     GattCharacteristic* getCharacteristicFromHandle(tHalUint16 charHandle);
+    void HCIDataWrittenEvent(const GattCharacteristicWriteCBParams *params);
+    void HCIDataReadEvent(const GattCharacteristicReadCBParams *params);
+    void HCIEvent(GattServerEvents::gattEvent_e type, uint16_t charHandle);
+    void HCIDataSentEvent(unsigned count);
     
 private:
     static const int MAX_SERVICE_COUNT = 10;