add forward declarations for launch*()

master
Rohit Grover 2015-05-01 10:31:07 +01:00
parent 53f5a78a94
commit 27e204abf5
1 changed files with 4 additions and 0 deletions

View File

@ -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.
*/