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_discovery.cpp
- Revision:
- 314:2e7378b25505
- Parent:
- 313:d579d093f23f
- Child:
- 318:1edcbcd1bf21
diff -r d579d093f23f -r 2e7378b25505 btle/btle_discovery.cpp --- a/btle/btle_discovery.cpp Fri Jun 19 15:55:30 2015 +0100 +++ b/btle/btle_discovery.cpp Fri Jun 19 15:55:30 2015 +0100 @@ -24,6 +24,7 @@ #include "ble_err.h" static NordicServiceDiscovery sdSingleton; +DiscoveredCharacteristic::ReadCallback_t DiscoveredCharacteristic::onDataReadCallback = NULL; ble_error_t ServiceDiscovery::launch(Gap::Handle_t connectionHandle,