Add max_interval in sensor_info_t 18/269218/1 accepted/tizen_6.5_unified accepted/tizen/6.5/unified/20220128.144235 submit/tizen_6.5/20220127.085601
authorTaeminYeom <taemin.yeom@samsung.com>
Mon, 10 Jan 2022 10:14:19 +0000 (19:14 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 11 Jan 2022 11:04:27 +0000 (11:04 +0000)
Change-Id: Ie31d80e50c12292d872fbf5b1fa5865421d32782
Signed-off-by: TaeminYeom <taemin.yeom@samsung.com>
(cherry picked from commit c9d487b2ff78a8edddad8a8f8247bdfb4a49fdd4)

include/hal-sensor-types.h

index 3454dc5..ad119a2 100644 (file)
@@ -173,6 +173,7 @@ typedef struct sensor_info_t {
   float max_range;
   float resolution;
   int min_interval;
+  int max_interval;
   int max_batch_count;
   bool wakeup_supported;
 } sensor_info_t;