update comment block for launchServiceDiscovery()

This commit is contained in:
Rohit Grover 2015-06-19 10:12:20 +01:00
parent d90f07cc77
commit d11a0b04a5
1 changed files with 6 additions and 1 deletions

View File

@ -98,10 +98,15 @@ public:
* values, then only a single characteristic callback is
* invoked for the matching characteristic.
*
* @Note Using wildcard values for both service-UUID and 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.
*
* @note Providing NULL for the characteristic callback will result in
* characteristic discovery being skipped for each matching
* service. This allows for an inexpensive method to discover only
* services.
*
* @return
* BLE_ERROR_NONE if service discovery is launched successfully; else an appropriate error.
*/