[Non-ACR] remove hrm sensor 11/238111/1 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified accepted/tizen_unified_riscv tizen_6.0 tizen_6.0_hotfix tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/6.0/unified/20201030.115358 accepted/tizen/6.0/unified/hotfix/20201103.003038 accepted/tizen/6.5/unified/20211028.114140 accepted/tizen/7.0/unified/20221110.061813 accepted/tizen/7.0/unified/hotfix/20221116.105654 accepted/tizen/8.0/unified/20231005.093727 accepted/tizen/unified/20200714.065725 accepted/tizen/unified/riscv/20230724.093737 submit/tizen/20200713.113326 submit/tizen_6.0/20201029.205104 submit/tizen_6.0_hotfix/20201102.192504 submit/tizen_6.0_hotfix/20201103.114804 submit/tizen_6.5/20211028.162501 tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorAbhishek Vijay <abhishek.v@samsung.com>
Wed, 8 Jul 2020 13:34:53 +0000 (19:04 +0530)
committerAbhishek Vijay <abhishek.v@samsung.com>
Wed, 8 Jul 2020 13:34:53 +0000 (19:04 +0530)
Change-Id: I110599046e326d029a873ea878e176586a4efbc2

plugin/common/include/bm_plugin_interface.h

index 6a0aa21..cfe9aac 100644 (file)
@@ -46,13 +46,12 @@ typedef enum {
  * enum for plugin identifier
  */
 typedef enum {
-       BM_PLUGIN_ID_BLE=0,             /**< Bluetooth Low Energy */
+       BM_PLUGIN_ID_BLE = 0,           /**< Bluetooth Low Energy */
        BM_PLUGIN_ID_WIFI,              /**< Wi-Fi */
        BM_PLUGIN_ID_CPU,               /**< CPU */
        BM_PLUGIN_ID_DISPLAY,           /**< Display */
        BM_PLUGIN_ID_DEVICE_NETWORK,    /**< Network */
        BM_PLUGIN_ID_GPS_SENSOR,        /**< GPS */
-       BM_PLUGIN_ID_HRM_SENSOR,        /**< Heart Rate Monitor */
        BM_PLUGIN_ID_BATTERY            /**< Battery */
 } bm_plugin_id_e;
 
@@ -74,7 +73,6 @@ typedef enum {
        BM_DATA_TYPE_DISPLAY,           /**< Display */
        BM_DATA_TYPE_DEVICE_NETWORK,    /**< Network */
        BM_DATA_TYPE_GPS_SENSOR,        /**< GPS */
-       BM_DATA_TYPE_HRM_SENSOR,        /**< Heart Rate Monitor */
        BM_DATA_TYPE_BATTERY            /**< Battery */
 } bm_plugin_data_type_e;
 
@@ -173,18 +171,6 @@ typedef struct {
 } bm_gps_st;
 
 /*
- * structure for "hrm-sensor" feature data.
- */
-typedef struct {
-       uint sensor_hub_wakeup_time;    /**< wake-up time of sensor-hub */
-       uint sensor_hub_wakeup_count;   /**< wake-up count of sensor-hub */
-       uint sensor_wakeup_time;        /**< sensor wake-up time */
-       uint sensor_wakeup_count;       /**< sensor wake-up count */
-       GSList *atm_list;               /**< application time map('app_time_map_st1') list for all active applications between start & stop */
-       GSList *hrm_data_list;          /**< list of nodes of 'bm_hrm_sensor_st' for next consecutive sessions */
-} bm_hrm_sensor_st;
-
-/*
  * structure for "battery" feature data.
  */
 typedef struct {