aa

Dependents:   Peripheral_1_serial_copy Peripheral_1_serial 151006_1st_Scenario_normal

Fork of BLE_API by Bluetooth Low Energy

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: