expand on the comment for ServiceDiscovery::launch
This commit is contained in:
parent
4ab43fb768
commit
dc4ad0a972
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue