High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Revision:
710:b2e1a2660ec2
Parent:
671:33ec93d25695
diff -r 77f6fc6999cd -r b2e1a2660ec2 common/BLEDevice.cpp
--- a/common/BLEDevice.cpp	Fri Jun 19 15:53:06 2015 +0100
+++ b/common/BLEDevice.cpp	Fri Jun 19 15:53:28 2015 +0100
@@ -14,14 +14,14 @@
  * limitations under the License.
  */
 
-#include "BLE.h"
+#include "BLEDevice.h"
 
 #if defined(TARGET_OTA_ENABLED)
 #include "DFUService.h"
 #endif
 
 ble_error_t
-BLE::init()
+BLEDevice::init()
 {
     ble_error_t err = transport->init();
     if (err != BLE_ERROR_NONE) {