X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fcsdk%2Fconnectivity%2Finc%2Fcaipinterface.h;h=092a51e4d612884462353c515d84210a3605167a;hb=4cd72f3c60aae84cc4143f36612ae2152036adcc;hp=28b69dcac199fbe4f85fd7478f064ee04e5d77c9;hpb=c6f597bdc2eaf385c50be824cfb8845d7ca72e46;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/csdk/connectivity/inc/caipinterface.h b/resource/csdk/connectivity/inc/caipinterface.h index 28b69dc..092a51e 100644 --- a/resource/csdk/connectivity/inc/caipinterface.h +++ b/resource/csdk/connectivity/inc/caipinterface.h @@ -65,22 +65,6 @@ typedef void (*CAIPPacketReceivedCallback)(const char *ipAddress, uint16_t port, bool isSecured); /** - * @brief Callback to notify error in the IP adapter - * - * @param ipAddress [IN] IP address of the device. - * @param port [IN] Port number - * @param data [IN] Data sent/received - * @param dataLength [IN] Length of data in bytes. - * @param isSecured [IN] flag to indicate if data is secured - * @param result [IN] result of request from R.I - * @return NONE - * @pre Callback must be registered using CAIPSetPacketReceiveCallback() - */ -typedef void (*CAIPErrorHandleCallback)(const char *ipAddress, uint16_t port, - const void *data, uint32_t dataLength, - bool isSecured, CAResult_t result); - -/** * @brief Callback to be notified when exception occures on multicast/unicast server. * @param type [IN] Type of server(#CAAdapterServerType_t) * @return NONE