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:
- 397:9f5bfae7ea50
- Parent:
- 392:3201f029c2eb
- Child:
- 398:9d7666c2305f
--- 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 {
