High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: common/BLEDevice.cpp
- 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) {