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.
Dependents: microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter
Fork of nRF51822 by
Diff: btle/btle_discovery.cpp
- Revision:
- 339:e5e2157e8b44
- Parent:
- 337:3d8b3bfe22e1
diff -r b5ea3c879e6e -r e5e2157e8b44 btle/btle_discovery.cpp --- a/btle/btle_discovery.cpp Fri Jun 19 15:55:33 2015 +0100 +++ b/btle/btle_discovery.cpp Fri Jun 19 15:55:33 2015 +0100 @@ -14,12 +14,12 @@ * limitations under the License. */ -#include "nRFServiceDiscovery.h" +#include "nRF51ServiceDiscovery.h" #include "nRF51GattClient.h" void bleGattcEventHandler(const ble_evt_t *p_ble_evt) { - nRFServiceDiscovery &sdSingleton = nRF51GattClient::getInstance().discovery; + nRF51ServiceDiscovery &sdSingleton = nRF51GattClient::getInstance().discovery; switch (p_ble_evt->header.evt_id) { case BLE_GATTC_EVT_PRIM_SRVC_DISC_RSP: