No changes
Fork of nRF51822 by
Diff: source/nRF5xGattClient.cpp
- Revision:
- 430:db7edc9ad0bc
- Parent:
- 429:bff56e081b6e
- Child:
- 434:95f196557042
--- a/source/nRF5xGattClient.cpp Fri Sep 25 15:26:39 2015 +0100 +++ b/source/nRF5xGattClient.cpp Fri Sep 25 15:26:40 2015 +0100 @@ -16,13 +16,13 @@ #include "nRF5xGattClient.h" -nRF5xGattClient nRFGattClientSingleton; - nRF5xGattClient & nRF5xGattClient::getInstance(void) { + static nRF5xGattClient nRFGattClientSingleton; return nRFGattClientSingleton; } +#if !defined(MCU_NORDIC_16K_S110) && !defined(MCU_NORDIC_32K_S110) ble_error_t nRF5xGattClient::launchServiceDiscovery(Gap::Handle_t connectionHandle, ServiceDiscovery::ServiceCallback_t sc, @@ -31,4 +31,5 @@ const UUID &matchingCharacteristicUUIDIn) { return discovery.launch(connectionHandle, sc, cc, matchingServiceUUIDIn, matchingCharacteristicUUIDIn); -} \ No newline at end of file +} +#endif \ No newline at end of file