X_NUCLEO_IDB0XA1

Revision:
240:f487d8c86ce4
Parent:
239:8e93d6e26c55
Child:
242:058b2e731adc
Child:
251:86df2c289e7c
--- a/source/BlueNRGGap.cpp	Wed Jun 15 13:27:50 2016 +0200
+++ b/source/BlueNRGGap.cpp	Thu Jun 16 13:35:47 2016 +0200
@@ -833,7 +833,7 @@
     /* avoid compiler warnings about unused variables */
     (void)params;
 
-    return BLE_ERROR_NONE;
+    return BLE_ERROR_NOT_IMPLEMENTED;
 }
 
 
@@ -855,7 +855,7 @@
     /* avoid compiler warnings about unused variables */
     (void)params;
 
-    return BLE_ERROR_NONE;
+    return BLE_ERROR_NOT_IMPLEMENTED;
 }
 
 /**************************************************************************/