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:
67:23f9772ef7bf
Parent:
65:f9958b8f2548
Child:
69:2c340304de64
--- a/BlueNRGGap.cpp	Wed Apr 01 09:48:50 2015 +0000
+++ b/BlueNRGGap.cpp	Thu Apr 02 10:02:59 2015 +0000
@@ -730,3 +730,19 @@
     
     return BLE_ERROR_NONE;    
 }
+
+uint16_t BlueNRGGap::getMaxAdvertisingInterval(void) const  {
+    // <TODO>    
+    return 0;
+} 
+
+uint16_t BlueNRGGap::getMinAdvertisingInterval(void) const {
+    // <TODO>    
+    return 0;    
+}
+
+
+uint16_t BlueNRGGap::getMinNonConnectableAdvertisingInterval(void) const {
+    // <TODO>    
+    return 0;    
+}