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 482:a4c6ac278fd4, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:52:01 2015 +0100
- Parent:
- 481:7ab4b9ef92cc
- Child:
- 483:7595444f93d6
- Commit message:
- Synchronized with git rev dc4ad0a9
Author: Rohit Grover
expand on the comment for ServiceDiscovery::launch
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:01 2015 +0100
@@ -75,6 +75,10 @@
* values, then only a single characteristic callback is
* invoked for the matching characteristic.
*
+ * @Note Using wildcard values for both service-UUID and characteristic-
+ * UUID will result in complete service discovery--callbacks being
+ * called for every service and characteristic.
+ *
* @return
* BLE_ERROR_NONE if service discovery is launched successfully; else an appropriate error.
*/
