fork BLE_API to add update adv payload API

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Fri Jun 19 15:53:06 2015 +0100
Parent:
704:7bafc89799c7
Child:
706:bb924c6a3dd2
Commit message:
Synchronized with git rev d11a0b04
Author: Rohit Grover
update comment block for launchServiceDiscovery()

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:53:05 2015 +0100
+++ b/public/ServiceDiscovery.h	Fri Jun 19 15:53:06 2015 +0100
@@ -98,10 +98,15 @@
      *           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.
      */