tizen 2.3 release
[framework/connectivity/mobileap-agent.git] / include / mobileap_bluetooth.h
index 95e28a7..f37f8e2 100644 (file)
 #ifndef __MOBILEAP_BLUETOOTH_H__
 #define __MOBILEAP_BLUETOOTH_H__
 
-#include "mobileap_agent.h"
+#include "mobileap_softap.h"
+
+#define PS_RECHECK_INTERVAL 500
+#define PS_RECHECK_COUNT_MAX 5
 
 void _bt_get_remote_device_name(TetheringObject *obj, const char *mac, char **name);
 mobile_ap_error_code_e _disable_bt_tethering(TetheringObject *obj);
+gboolean _is_trying_bt_operation(void);
 
 gboolean tethering_enable_bt_tethering(TetheringObject *obj,
                DBusGMethodInvocation *context);