X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fcsdk%2Fconnectivity%2Fsrc%2Fbt_edr_adapter%2Ftizen%2Fcaedrutils.h;h=6a7d706a37ec886c0cb6daa04234f4f466e70c1e;hb=17c68b2fd1e74586f85e552eeab4e32dc121f8a0;hp=466ad636244ec652a3c32594103e1e8c56432c4d;hpb=8c01dff2c5bc5496f7dc1632c498943ec6ecb015;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/csdk/connectivity/src/bt_edr_adapter/tizen/caedrutils.h b/resource/csdk/connectivity/src/bt_edr_adapter/tizen/caedrutils.h index 466ad63..6a7d706 100644 --- a/resource/csdk/connectivity/src/bt_edr_adapter/tizen/caedrutils.h +++ b/resource/csdk/connectivity/src/bt_edr_adapter/tizen/caedrutils.h @@ -34,8 +34,7 @@ #include "oic_malloc.h" /** - * @var EDR_ADAPTER_TAG - * @brief Logging tag for module name. + * Logging tag for module name. */ #ifndef EDR_ADAPTER_TAG #define EDR_ADAPTER_TAG "CA_EDR_ADAPTER" @@ -47,11 +46,11 @@ extern "C" #endif /** - * @brief Checks if the specified list of service UUIDs contains OIC service UUID. + * Checks if the specified list of service UUIDs contains OIC service UUID. * - * @param serviceUUID [IN] Array of service UUIDs - * @param serviceCount [IN] Size of the service UUIDs array. - * @param matchService [IN] Service UUID to be checked in the given array of service UUIDs + * @param[in] serviceUUID Array of service UUIDs. + * @param[in] serviceCount Size of the service UUIDs array. + * @param[in] matchService Service UUID to be checked in the given array of service UUIDs. * * @return true if match service UUID found otherwise false. *