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 397:9f5bfae7ea50, committed 2015-05-13
- Comitter:
- rgrover1
- Date:
- Wed May 13 08:51:09 2015 +0100
- Parent:
- 396:039ee79c9924
- Child:
- 398:9d7666c2305f
- Commit message:
- Synchronized with git rev 002ebbe3
Author: Rohit Grover
replace inclusion of GapScanningParams with a forward declaration.
Changed in this revision
| public/Gap.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/Gap.h Wed May 13 08:51:09 2015 +0100
+++ b/public/Gap.h Wed May 13 08:51:09 2015 +0100
@@ -19,12 +19,13 @@
#include "GapAdvertisingData.h"
#include "GapAdvertisingParams.h"
-#include "GapScanningParams.h"
#include "GapEvents.h"
#include "CallChain.h"
using namespace mbed;
+class GapScanningParams; /* forward declaration */
+
class Gap {
public:
enum AddressType_t {
