High level Bluetooth Low Energy API and radio abstraction layer

Fork of BLE_API by Bluetooth Low Energy

Revision:
478:230cd5e207ba
Parent:
476:122bcbdadb56
Child:
479:dbcb964cc288
diff -r 6883ec08f2dd -r 230cd5e207ba public/ServiceDiscovery.h
--- a/public/ServiceDiscovery.h	Fri Jun 19 15:52:00 2015 +0100
+++ b/public/ServiceDiscovery.h	Fri Jun 19 15:52:00 2015 +0100
@@ -25,7 +25,7 @@
 
 class ServiceDiscovery {
 public:
-    typedef void (*ServiceCallback_t)(const DiscoveredService &);
+    typedef void (*ServiceCallback_t)(const DiscoveredService *);
     typedef void (*CharacteristicCallback_t)(const DiscoveredCharacteristic *);
     typedef void (*TerminationCallback_t)(Gap::Handle_t connectionHandle);