From 95b3b25c6059d79fa46f8d00331b654fafa6ca66 Mon Sep 17 00:00:00 2001 From: Abhay Agarwal Date: Thu, 26 Sep 2019 14:30:15 +0900 Subject: [PATCH] Update default presence/absence threshold Change-Id: I3ef0ad7c4cdecaa7e2dcabb4d696f2bc53623e6b Signed-off-by: Abhay Agarwal --- include/ua-api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ua-api.h b/include/ua-api.h index 7f8f4c3..9178303 100644 --- a/include/ua-api.h +++ b/include/ua-api.h @@ -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. -- 2.7.4