Shuta Nakamae / nRF51822

Fork of nRF51822 by Nordic Semiconductor

Revision:
221:61527a178b9a
Parent:
220:ee888228a03e
Child:
222:0ba395e1303d
--- a/btle/btle_gattc.cpp	Fri Jun 19 15:55:19 2015 +0100
+++ b/btle/btle_gattc.cpp	Fri Jun 19 15:55:19 2015 +0100
@@ -23,6 +23,10 @@
 #define SRV_DISC_START_HANDLE  0x0001                    /**< The start handle value used during service discovery. */
 
 
+void launchServiceDiscovery(Gap::Handle_t connectionHandle);
+void launchCharacteristicDiscovery(Gap::Handle_t connectionHandle, Gap::Handle_t startHandle, Gap::Handle_t endHandle);
+
+
 /**@brief Structure for holding information about the service and the characteristics found during
  *        the discovery process.
  */