Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Diff: common/BLEDevice.cpp
- Revision:
- 710:b2e1a2660ec2
- Parent:
- 671:33ec93d25695
--- 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) {