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_PowerBank_HeyFaradey
Fork of BLE_API by
Diff: public/Gap.h
- Revision:
- 580:f749b4a874e5
- Parent:
- 577:df88c5d7c724
- Child:
- 581:09687c0c9e1e
--- a/public/Gap.h Fri Jun 19 15:52:50 2015 +0100
+++ b/public/Gap.h Fri Jun 19 15:52:50 2015 +0100
@@ -17,16 +17,16 @@
#ifndef __GAP_H__
#define __GAP_H__
-#include "GapAdvertisingData.h"
-#include "GapAdvertisingParams.h"
-#include "GapScanningParams.h"
#include "GapEvents.h"
#include "CallChain.h"
#include "FunctionPointerWithContext.h"
using namespace mbed;
-class GapScanningParams; /* forward declaration */
+/* Forward declarations for classes which will only be used for pointers or references in the following. */
+class GapAdvertisingParams;
+class GapScanningParams;
+class GapAdvertisingData;
class Gap {
public:
