add a comment.

This commit is contained in:
Rohit Grover 2015-05-01 09:48:57 +01:00
parent d8e4f85a27
commit 371b8490a4

View file

@ -78,7 +78,7 @@ struct DiscoveryStatus_t {
void terminateCharacteristicDiscovery(void) {
characteristicDiscoveryInProgress = false;
serviceDiscoveryInProgress = true;
currSrvInd++;
currSrvInd++; /* Progress service index to keep discovery alive. */
}
void resetDiscoveredServices(void) {