Cody sync.: merge tizen 2.4 code from spin git
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / include / bt-service-pbap.h
old mode 100755 (executable)
new mode 100644 (file)
index 3880972..ec3645e
 
 #include <stdint.h>
 #include <glib.h>
-#include <dbus/dbus-glib.h>
-#include <dbus/dbus-glib-lowlevel.h>
-
 #include <unistd.h>
 #include <dlog.h>
-
 #include <stdio.h>
 
-#include <dbus/dbus-glib.h>
-
 #undef LOG_TAG
 #define LOG_TAG        "BLUETOOTH_FRWK_SERVICE"
 #define ERR(fmt, args...) SLOGE(fmt, ##args)
@@ -60,4 +54,6 @@ int _bt_pbap_phonebook_search(const bluetooth_device_address_t *address,
                int source, int type, bt_pbap_search_parameters_t *app_param);
 
 void _bt_pbap_obex_transfer_completed(const char *transfer_path, gboolean transfer_status);
+
+void _bt_obex_pbap_client_disconnect(char *path);
 #endif