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: source/nRF5xGattClient.cpp
- Revision:
- 423:9bf22621d592
- Parent:
- 418:d66d5957a220
- Child:
- 424:28ea27dcba79
--- a/source/nRF5xGattClient.cpp Tue Aug 11 15:14:24 2015 +0100 +++ b/source/nRF5xGattClient.cpp Thu Aug 13 13:23:18 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,5 +31,4 @@ const UUID &matchingCharacteristicUUIDIn) { return discovery.launch(connectionHandle, sc, cc, matchingServiceUUIDIn, matchingCharacteristicUUIDIn); -} -#endif \ No newline at end of file +} \ No newline at end of file