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:
109:9e152b2453bc
Parent:
107:5cc5ac5bfbbb
Child:
110:1232b39de5cc
--- a/BlueNRGDevice.cpp	Wed Sep 02 14:36:42 2015 +0000
+++ b/BlueNRGDevice.cpp	Mon Sep 07 10:35:29 2015 +0000
@@ -173,6 +173,8 @@
 */
 void BlueNRGDevice::waitForEvent(void)
 {
+    BlueNRGGap::getInstance().Process();
+    
     HCI_Process();//Send App Events??
     
 }