X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bt-service%2Finclude%2Fbt-service-obex-server.h;h=571f1f219f69cec6c70652fc3b06b0dbb6378c69;hb=f8cd843634b70ab96c83bd552606c197fcf5decc;hp=b409acb8b975df7030906a3432c305ff817782f6;hpb=5f5b6fa5e56703d0d16409aee366a7701888a583;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/bt-service/include/bt-service-obex-server.h b/bt-service/include/bt-service-obex-server.h old mode 100644 new mode 100755 index b409acb..571f1f2 --- a/bt-service/include/bt-service-obex-server.h +++ b/bt-service/include/bt-service-obex-server.h @@ -1,13 +1,17 @@ /* - * bluetooth-frwk + * Bluetooth-frwk * - * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. + * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: Hocheol Seo + * Girishashok Joshi + * Chanyeol Park * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -17,6 +21,7 @@ * */ + #ifndef _BT_SERVICE_OBEX_SERVER_H_ #define _BT_SERVICE_OBEX_SERVER_H_ @@ -60,16 +65,20 @@ int _bt_obex_server_accept_connection(int request_id); int _bt_obex_server_reject_connection(void); +int _bt_obex_server_is_receiving(gboolean *receiving); -void _bt_obex_transfer_started(const char *transfer_path); void _bt_obex_transfer_progress(const char *transfer_path, - int total, int transferred); - void _bt_obex_transfer_completed(const char *transfer_path, gboolean success); +void _bt_obex_transfer_started(const char *transfer_path); + +void _bt_obex_check_pending_transfer(const char *address); + +void _bt_obex_transfer_connected(void); +void _bt_obex_transfer_disconnected(void); #ifdef __cplusplus }