Reduce dbus timeout 89/111789/1
authorInjun Yang <injun.yang@samsung.com>
Tue, 24 Jan 2017 04:11:13 +0000 (13:11 +0900)
committerInjun Yang <injun.yang@samsung.com>
Tue, 24 Jan 2017 04:11:13 +0000 (13:11 +0900)
Change-Id: Ia6985fd80495b6bbb26d4b53a685e41faeae9b4d
Signed-off-by: Injun Yang <injun.yang@samsung.com>
bt-service/include/bt-service-common.h

index 03805a4..1138dcf 100755 (executable)
@@ -107,7 +107,7 @@ extern "C" {
 #define BT_AGENT_AUTO_PAIR_BLACKLIST_FILE (APP_SYSCONFDIR"/auto-pair-blacklist")
 #define BT_AGENT_NEW_LINE "\r\n"
 
-#define BT_MAX_DBUS_TIMEOUT 45000
+#define BT_MAX_DBUS_TIMEOUT 10000
 #ifndef TIZEN_PROFILE_TV
 #define BT_ENABLE_TIMEOUT 20000 /* 20 seconds */
 #else