Update default presence/absence threshold
authorAbhay Agarwal <ay.agarwal@samsung.com>
Thu, 26 Sep 2019 05:30:15 +0000 (14:30 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Thu, 26 Sep 2019 06:45:24 +0000 (15:45 +0900)
Change-Id: I3ef0ad7c4cdecaa7e2dcabb4d696f2bc53623e6b
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
include/ua-api.h

index 7f8f4c3..9178303 100644 (file)
@@ -107,13 +107,13 @@ typedef enum {
  * @brief Default presence threshold.
  * @since_tizen 5.5
  */
-#define UAM_PRESENCE_THRESHOLD_DEFAULT 100
+#define UAM_PRESENCE_THRESHOLD_DEFAULT 60
 
 /**
  * @brief Default absence threshold.
  * @since_tizen 5.5
  */
-#define UAM_ABSENCE_THRESHOLD_DEFAULT 90
+#define UAM_ABSENCE_THRESHOLD_DEFAULT 0
 
 /**
  * @brief Macro for event enum.