Increase the session timeout value
[platform/core/connectivity/bluetooth-frwk.git] / bt-service-adaptation / services / bt-service-battery-monitor.c
index 2219b3a..16bd835 100644 (file)
@@ -39,8 +39,8 @@
 #define VCONFKEY_BATTERY_MONITOR_STATUS "db/bluetooth/bmstatus"
 #endif
 
-/* 10 minutes */
-#define BT_BM_SESSION_TIMEOUT 600
+/* 20 minutes */
+#define BT_BM_SESSION_TIMEOUT 1200
 
 static struct timeval scan_start;
 static struct timeval connect_start;