High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Revision:
528:8d21604fe31d
Parent:
260:ea7f9f14cc15
Child:
567:e4b38e43de7c
--- a/common/BLEDevice.cpp	Fri Jun 19 15:52:07 2015 +0100
+++ b/common/BLEDevice.cpp	Fri Jun 19 15:52:07 2015 +0100
@@ -14,14 +14,14 @@
  * limitations under the License.
  */
 
-#include "BLEDevice.h"
+#include "BLE.h"
 
 #if defined(TARGET_OTA_ENABLED)
 #include "DFUService.h"
 #endif
 
 ble_error_t
-BLEDevice::init()
+BLE::init()
 {
     ble_error_t err = transport->init();
     if (err != BLE_ERROR_NONE) {