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:
118:a172a5568535
Parent:
117:aff31e70cacc
Child:
119:19128d9d254f
--- a/BlueNRGDevice.cpp	Thu Sep 03 11:54:31 2015 +0200
+++ b/BlueNRGDevice.cpp	Mon Sep 07 13:41:39 2015 +0200
@@ -176,6 +176,8 @@
 	bool must_return = false;
 
 	do {
+                BlueNRGGap::getInstance().Process();                
+        
 		HCI_Process();
 
 		if(must_return) return;