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.
Dependencies: nrf51-sdk-bluetooth-mdw
Fork of nRF51822 by
Diff: source/nRF5xGattClient.cpp
- Revision:
- 416:5b7d26035f2b
- Parent:
- 415:92bda1851be2
- Child:
- 417:d79a89cccddd
diff -r 92bda1851be2 -r 5b7d26035f2b source/nRF5xGattClient.cpp
--- a/source/nRF5xGattClient.cpp Tue Aug 11 15:14:23 2015 +0100
+++ b/source/nRF5xGattClient.cpp Tue Aug 11 15:14:23 2015 +0100
@@ -23,6 +23,7 @@
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 +32,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
