X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fcsdk%2Fconnectivity%2Fsrc%2Fbt_edr_adapter%2Ftizen%2Fcaedrendpoint.h;h=b5387fd8591b35724f2603379695a395517500fb;hb=7f00f942c39b7bc27c7eeecf213a239c3fe4173c;hp=63ee31cfe001271fd37a30cbe2f0d6f7cc73fb5b;hpb=edcfc3d2329da7b914771c0dcff5f42c9b74fd93;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/csdk/connectivity/src/bt_edr_adapter/tizen/caedrendpoint.h b/resource/csdk/connectivity/src/bt_edr_adapter/tizen/caedrendpoint.h index 63ee31c..b5387fd 100644 --- a/resource/csdk/connectivity/src/bt_edr_adapter/tizen/caedrendpoint.h +++ b/resource/csdk/connectivity/src/bt_edr_adapter/tizen/caedrendpoint.h @@ -28,7 +28,7 @@ #define CA_EDR_ENDPOINT_H_ #include - +#include #include "cacommon.h" #ifdef __cplusplus @@ -48,7 +48,7 @@ extern "C" * @retval ::CA_STATUS_INVALID_PARAM Invalid input arguments. * @retval ::CA_STATUS_FAILED Operation failed. */ -CAResult_t CAEDRSendData(int serverFD, const void *data, uint32_t dataLength); +CAResult_t CAEDRSendData(int serverFD, const char *addr, const void *data, uint32_t dataLength); #ifdef __cplusplus } /* extern "C" */