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.
Diff: public/ServiceDiscovery.h
- Revision:
- 501:ff6801633d2c
- Parent:
- 497:926d444599e8
--- a/public/ServiceDiscovery.h Fri Jun 19 15:52:03 2015 +0100
+++ b/public/ServiceDiscovery.h Fri Jun 19 15:52:03 2015 +0100
@@ -20,8 +20,9 @@
#include "UUID.h"
#include "Gap.h"
#include "GattAttribute.h"
-#include "DiscoveredService.h"
-#include "DiscoveredCharacteristic.h"
+
+class DiscoveredService;
+class DiscoveredCharacteristic;
class ServiceDiscovery {
public: