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
Revision 434:bd1f1cc10277, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:51:55 2015 +0100
- Parent:
- 433:b7b9bc2b86fa
- Child:
- 435:10a148ec2a2b
- Commit message:
- Synchronized with git rev 9dc93936
Author: Rohit Grover
add some includes for types used in BLEDevice
Changed in this revision
| public/BLEDevice.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/BLEDevice.h Fri Jun 19 15:51:55 2015 +0100 +++ b/public/BLEDevice.h Fri Jun 19 15:51:55 2015 +0100 @@ -20,8 +20,12 @@ #include "blecommon.h" #include "Gap.h" #include "GattServer.h" +#include "BLEDeviceInstanceBase.h" + +#include "GapAdvertisingData.h" +#include "GapAdvertisingParams.h" #include "GapScanningParams.h" -#include "BLEDeviceInstanceBase.h" + /** * The base class used to abstract away BLE capable radio transceivers or SOCs,
