Nordic stack and drivers for the mbed BLE API

Dependents:   BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate writable_gatt ... more

Files at this revision

API Documentation at this revision

Comitter:
vcoubard
Date:
Mon Jan 11 10:19:30 2016 +0000
Parent:
588:65d256258533
Child:
590:3bdd5346ded1
Commit message:
Synchronized with git rev 22082c54
Author: Andres Amaya Garcia
Add minor comment in shutdown function

Changed in this revision

source/nRF5xn.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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;