test
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: