expand on the comment for ServiceDiscovery::launch

This commit is contained in:
Rohit Grover 2015-06-03 07:40:19 +01:00
parent 4ab43fb768
commit dc4ad0a972

View file

@ -75,6 +75,10 @@ public:
* 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.
*/