I don't know why this is happening.

Fork of BLE_API by Bluetooth Low Energy

Revision:
671:33ec93d25695
Parent:
670:5e4aecd9af5b
Child:
710:b2e1a2660ec2
--- a/services/URIBeaconConfigService.h	Fri Jun 19 15:53:01 2015 +0100
+++ b/services/URIBeaconConfigService.h	Fri Jun 19 15:53:01 2015 +0100
@@ -17,7 +17,7 @@
 #ifndef SERVICES_URIBEACONCONFIGSERVICE_H_
 #define SERVICES_URIBEACONCONFIGSERVICE_H_
 
-#include "BLEDevice.h"
+#include "BLE.h"
 #include "mbed.h"
 
 extern const uint8_t UUID_URI_BEACON_SERVICE[UUID::LENGTH_OF_LONG_UUID];
@@ -71,7 +71,7 @@
 
     /**
      * @param[ref]    ble
-     *                    BLEDevice object for the underlying controller.
+     *                    BLE object for the underlying controller.
      * @param[in/out] paramsIn
      *                    Reference to application-visible beacon state, loaded
      *                    from persistent storage at startup.
@@ -85,7 +85,7 @@
      * @param[in]     defaultAdvPowerLevelsIn
      *                    Default power-levels array; applies only if the resetToDefaultsFlag is true.
      */
-    URIBeaconConfigService(BLEDevice     &bleIn,
+    URIBeaconConfigService(BLE          &bleIn,
                            Params_t      &paramsIn,
                            bool          resetToDefaultsFlag,
                            const char   *defaultURIDataIn,
@@ -371,7 +371,7 @@
     }
 
 protected:
-    BLEDevice     &ble;
+    BLE           &ble;
     Params_t      &params;
 
     size_t        defaultUriDataLength;   // Default value that is restored on reset