Change-Id: Id55fcc582641b8d4289c90f954b9d376ceee36f9
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
} while (0)
+#define UA_SENSOR_NUM_MAX 100
+
#define UA_ALL_SENSOR_PRESENCE_DETECTION_WAIT_TIME 65 /**< All sensor presence detection wait time */
/**
#include <user-awareness-util.h>
static GSList *ua_devices_list = NULL;
-static ua_callback_s user_callbacks[UA_USER_EVENT_MAX][UA_SENSOR_MAX] = {{{NULL, NULL, 0},},};
+static ua_callback_s user_callbacks[UA_USER_EVENT_MAX][UA_SENSOR_NUM_MAX] = {{{NULL, NULL, 0},},};
static void __ua_remove_device_info_from_list(uam_device_info_s *uam_info)
{