Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Diff: services/URIBeaconConfigService.h
- Revision:
- 233:4d570d99b8cb
- Parent:
- 232:4cfb5b8a4fb9
- Child:
- 239:58642869879c
diff -r 4cfb5b8a4fb9 -r 4d570d99b8cb services/URIBeaconConfigService.h
--- a/services/URIBeaconConfigService.h	Mon Dec 08 17:47:58 2014 +0000
+++ b/services/URIBeaconConfigService.h	Mon Dec 08 19:24:29 2014 +0000
@@ -178,7 +178,7 @@
     }
 
 private:
-    /**
+    /*
      * Setup the advertisement payload and GAP settings.
      */
     void configureGAP(void) {
@@ -402,7 +402,11 @@
        ble.updateCharacteristicValue(txPowerLevelsChar.getValueHandle(), reinterpret_cast<uint8_t *>(powerLevels), NUM_POWER_MODES * sizeof(int8_t));
     }
 
+    /**
+    * The following is a private debug function.
+    */
 private:
+
     /**
      * For debugging only. Print Hex representation of ServiceDataPayload to terminal.
      */
    