Added an EddystoneURLConfigService in addition to UriBeaconConfigService. Updated README and converted comments that used UriBeacon to EddystoneURL in the EddystoneService.h

Dependents:   mbed_EddystoneURL_Beacon_ssci mbed_EddystoneURL_Beacon_ssci mbed_EddystoneURL_Beacon_ssci

Fork of BLE_API by Bluetooth Low Energy

Revision:
508:31e63ad6923f
Parent:
506:be938b716fe8
Child:
512:0584e40bece2
--- a/public/DiscoveredCharacteristic.h	Fri Jun 19 15:52:04 2015 +0100
+++ b/public/DiscoveredCharacteristic.h	Fri Jun 19 15:52:04 2015 +0100
@@ -22,7 +22,6 @@
 #include "GattAttribute.h"
 #include "GattClient.h"
 
-
 /**
  * Structure for holding information about the service and the characteristics
  * found during the discovery process.
@@ -154,7 +153,7 @@
     Gap::Handle_t           connHandle;
 
 public:
-    static ReadCallback_t   onDataReadCallback;
+    static GattClient::ReadCallback_t onDataReadCallback;
 };
 
 #endif /*__DISCOVERED_CHARACTERISTIC_H__*/
\ No newline at end of file