Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
Diff: btle/btle_gattc.h
- Revision:
- 237:f07be5960a98
- Parent:
- 194:c99fc3160091
- Child:
- 238:6e85a2484de7
diff -r 631719c927ed -r f07be5960a98 btle/btle_gattc.h --- a/btle/btle_gattc.h Fri Jun 19 15:55:21 2015 +0100 +++ b/btle/btle_gattc.h Fri Jun 19 15:55:21 2015 +0100 @@ -20,7 +20,7 @@ #include "btle.h" #include "Gap.h" -void launchServiceDiscovery(Gap::Handle_t connectionHandle); +ble_error_t launchServiceDiscovery(Gap::Handle_t connectionHandle); void bleGattcEventHandler(const ble_evt_t *p_ble_evt); #endif // ifndef _BTLE_GATTC_H_ \ No newline at end of file
