High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 658:ba4bb9201382, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:52:59 2015 +0100
- Parent:
- 657:3b868e4cae74
- Child:
- 659:5fc41956cbd0
- Commit message:
- Synchronized with git rev 2ae75d42
Author: Rohit Grover
minor change to comment header for launchServiceDiscovery()
Changed in this revision
public/BLEDevice.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/BLEDevice.h Fri Jun 19 15:52:59 2015 +0100 +++ b/public/BLEDevice.h Fri Jun 19 15:52:59 2015 +0100 @@ -642,9 +642,10 @@ /** * Launch service discovery. Once launched, service discovery will remain * active with callbacks being issued back into the application for matching - * services/characteristics. isActive() can be used to determine status; and - * a termination callback (if setup) will be invoked at the end. Service - * discovery can be terminated prematurely if needed using terminate(). + * services/characteristics. isServiceDiscoveryActive() can be used to + * determine status; and a termination callback (if setup) will be invoked + * at the end. Service discovery can be terminated prematurely if needed + * using terminateServiceDiscovery(). * * @param connectionHandle * Handle for the connection with the peer.