X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fcsdk%2Fstack%2Finclude%2Finternal%2Foickeepalive.h;h=95f3cd05a5f05869a948d0340dd8b95ed6a6d88d;hb=1cee1631595cac6a6394ac2e0b365c6dd5a42c68;hp=c6a4d02cd7814d45e07e14b09b504ae325ab0fff;hpb=390866079e285d2c74918432c0d597d5da52f8a0;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/csdk/stack/include/internal/oickeepalive.h b/resource/csdk/stack/include/internal/oickeepalive.h index c6a4d02..95f3cd0 100644 --- a/resource/csdk/stack/include/internal/oickeepalive.h +++ b/resource/csdk/stack/include/internal/oickeepalive.h @@ -85,13 +85,7 @@ OCStackResult HandleKeepAliveRequest(const CAEndpoint_t* endPoint, * API to handle the connected device for KeepAlive. * @return Current Time. */ -void HandleKeepAliveConnCB(const CAEndpoint_t *endpoint); - -/** - * API to handle the disconnected device for KeepAlive. - * @return Current Time. - */ -void HandleKeepAliveDisconnCB(const CAEndpoint_t *endpoint); +void HandleKeepAliveConnCB(const CAEndpoint_t *endpoint, bool isConnected); #ifdef __cplusplus } // extern "C"