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.
Dependencies: mbed-os-example-ble-Advertising
Diff: source/BlueNRGDevice.cpp
- Branch:
- 8247cc25d48b37d6a78a3e91c728cbbf0fd9ba29
- Revision:
- 293:5a1f577bf92f
- Parent:
- 278:a5209d8cfd61
diff -r 6908f86aa1f9 -r 5a1f577bf92f source/BlueNRGDevice.cpp --- a/source/BlueNRGDevice.cpp Thu Sep 15 10:51:59 2016 +0100 +++ b/source/BlueNRGDevice.cpp Thu Sep 15 10:52:00 2016 +0100 @@ -47,14 +47,14 @@ #include "BlueNRGGattServer.h" #include "btle.h" -#include "Utils.h" -#include "osal.h" +#include "ble_utils.h" +#include "ble_osal.h" -#include "debug.h" +#include "ble_debug.h" #include "stm32_bluenrg_ble.h" extern "C" { - #include "hci.h" + #include "ble_hci.h" #include "bluenrg_utils.h" }