Button initiated config service

Dependencies:   BLE_API_EddystoneConfigService_2 mbed nRF51822

Fork of BLE_EddystoneBeaconConfigService_3 by URIBeacon

Files at this revision

API Documentation at this revision

Comitter:
mbedAustin
Date:
Fri Jul 24 03:00:57 2015 +0000
Parent:
26:2896fbdd0450
Child:
28:af37cebcb583
Commit message:
Stripped out the config service, bare bones eddystone service.

Changed in this revision

Eddystone.h Show annotated file Show diff for this revision Revisions of this file
--- a/Eddystone.h	Fri Jul 24 02:59:41 2015 +0000
+++ b/Eddystone.h	Fri Jul 24 03:00:57 2015 +0000
@@ -406,7 +406,7 @@
               uint8_t         urlLen = 0,
               uint8_t         tlmVersion = 0) :
               ble(bleIn)
-    {
+    { 
         uint8_t serviceData[SERVICE_DATA_MAX];
         unsigned serviceDataLen = 0;
         ERR("This function is not fully implemented yet, dont use it!!");