Nordic stack and drivers for the mbed BLE API

Dependents:   BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate writable_gatt ... more

Revision:
589:f27ac458e152
Parent:
588:65d256258533
--- a/source/nRF5xn.cpp	Mon Jan 11 10:19:30 2016 +0000
+++ b/source/nRF5xn.cpp	Mon Jan 11 10:19:30 2016 +0000
@@ -192,6 +192,7 @@
     }
 #endif
 
+    /* Gap instance is always present */
     error = gapInstance.reset();
     if (error != BLE_ERROR_NONE) {
         return error;