test
Fork of nRF51822 by
Diff: source/btle/btle_discovery.cpp
- Revision:
- 548:920e941cbe1e
- Parent:
- 545:d834e6591aee
- Child:
- 549:3f782c64d014
diff -r 8550af084edc -r 920e941cbe1e source/btle/btle_discovery.cpp --- a/source/btle/btle_discovery.cpp Mon Jan 11 10:19:05 2016 +0000 +++ b/source/btle/btle_discovery.cpp Mon Jan 11 10:19:06 2016 +0000 @@ -21,9 +21,9 @@ #if !defined(TARGET_MCU_NRF51_16K_S110) && !defined(TARGET_MCU_NRF51_32K_S110) void bleGattcEventHandler(const ble_evt_t *p_ble_evt) { - nRF5xServiceDiscovery &sdSingleton = nRF5xGattClient::getInstance().discovery; + nRF5xServiceDiscovery &sdSingleton = nRF5xGattClient::getInstance().discovery(); nRF5xCharacteristicDescriptorDiscoverer &characteristicDescriptorDiscoverer = - nRF5xGattClient::getInstance().characteristicDescriptorDiscoverer; + nRF5xGattClient::getInstance().characteristicDescriptorDiscoverer(); switch (p_ble_evt->header.evt_id) { case BLE_GATTC_EVT_PRIM_SRVC_DISC_RSP: