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:
- 240:693a1f145b5a
- Parent:
- 239:6e85a2484de7
diff -r 6e85a2484de7 -r 693a1f145b5a 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,9 +20,6 @@ #include "btle.h" #include "Gap.h" -ble_error_t launchServiceDiscovery(Gap::Handle_t connectionHandle); -ble_error_t launchCharacteristicDiscovery(Gap::Handle_t connectionHandle, Gap::Handle_t startHandle, Gap::Handle_t endHandle); - void bleGattcEventHandler(const ble_evt_t *p_ble_evt); #endif // ifndef _BTLE_GATTC_H_ \ No newline at end of file
