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.
Fork of BLE_API by
Revision 478:230cd5e207ba, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:52:00 2015 +0100
- Parent:
- 477:6883ec08f2dd
- Child:
- 479:dbcb964cc288
- Commit message:
- Synchronized with git rev 9849c09a
Author: Rohit Grover
DiscoveredService callback now takes a pointer instead of a reference.
Changed in this revision
| public/ServiceDiscovery.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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);
