High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: public/BLEDevice.h
- Revision:
- 513:0e6ad6ac1d9b
- Parent:
- 510:39612adfbf68
- Child:
- 514:1fa338281798
--- a/public/BLEDevice.h Fri Jun 19 15:52:05 2015 +0100 +++ b/public/BLEDevice.h Fri Jun 19 15:52:05 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.