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:
752:424c2ae44553
Parent:
751:868b6dd7a6bf
--- a/ble/BLE.h	Tue Jul 21 13:25:39 2015 +0100
+++ b/ble/BLE.h	Tue Jul 21 13:25:39 2015 +0100
@@ -1126,7 +1126,7 @@
      * to ble.onRadioNotification(...) should be replaced with
      * ble.gap().onRadioNotification(...).
      */
-    void onRadioNotification(Gap::RadioNotificationEventCallback_t callback) {
+    void onRadioNotification(void (*callback)(bool)) {
         gap().onRadioNotification(callback);
     }