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.
Dependents: BLE_HeartRate_IDB0XA1
Fork of X_NUCLEO_IDB0XA1 by
Diff: x-nucleo-idb0xa1/BlueNRGGap.h
- Revision:
- 131:e09947216ccb
- Parent:
- 130:770ce14d3d15
- Child:
- 132:51056160fa4a
diff -r 770ce14d3d15 -r e09947216ccb x-nucleo-idb0xa1/BlueNRGGap.h --- a/x-nucleo-idb0xa1/BlueNRGGap.h Tue Oct 06 14:25:08 2015 +0200 +++ b/x-nucleo-idb0xa1/BlueNRGGap.h Tue Oct 06 15:19:19 2015 +0200 @@ -36,10 +36,10 @@ #define __BLUENRG_GAP_H__ #include "mbed.h" -#include "blecommon.h" +#include "ble/blecommon.h" #include "btle.h" -#include "GapAdvertisingParams.h" -#include "GapAdvertisingData.h" +#include "ble/GapAdvertisingParams.h" +#include "ble/GapAdvertisingData.h" #include <ble/Gap.h> #define BLE_CONN_HANDLE_INVALID 0x0
