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:
26:047d45ea379e
Parent:
25:f3ea48a2008b
Child:
32:d1f250acad29
Child:
34:fdbbe839170a
--- a/BlueNRGGap.cpp	Tue Aug 19 05:41:48 2014 +0000
+++ b/BlueNRGGap.cpp	Tue Aug 19 08:43:19 2014 +0000
@@ -85,7 +85,7 @@
             DEBUG("adData[%d].length=%d\n\r", index,(uint8_t)(*loadPtr.getUnitAtIndex(index).getLenPtr()));
             DEBUG("adData[%d].AdType=0x%x\n\r", index,(uint8_t)(*loadPtr.getUnitAtIndex(index).getAdTypePtr()));      
       
-        #if 1                
+        #if 0                
 
             int err = aci_gap_update_adv_data(*loadPtr.getUnitAtIndex(index).getLenPtr(), loadPtr.getUnitAtIndex(index).getAdTypePtr());            
             if(BLE_STATUS_SUCCESS!=err) {