High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Fri Nov 28 14:11:24 2014 +0000
Parent:
185:7cd70497aec8
Child:
187:057c547facd2
Commit message:
Synchronized with git rev fdfc8993
Author: Rohit Grover
add a comment header.

Changed in this revision

services/URIBeacon2Service.h Show annotated file Show diff for this revision Revisions of this file
--- a/services/URIBeacon2Service.h	Fri Nov 28 14:11:24 2014 +0000
+++ b/services/URIBeacon2Service.h	Fri Nov 28 14:11:24 2014 +0000
@@ -165,6 +165,9 @@
         ble.onDataWritten(this, &URIBeacon2Service::onDataWritten);
     }
 
+    /**
+     * Setup the advertisement payload and GAP settings.
+     */
     void configure(void) {
         const uint8_t BEACON_UUID[] = {0xD8, 0xFE};