Fix get_attribute interface 65/260165/2 accepted/tizen/unified/20210622.125817 submit/tizen/20210621.115244
authorHyotaek Shim <hyotaek.shim@samsung.com>
Mon, 21 Jun 2021 11:51:21 +0000 (20:51 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Mon, 21 Jun 2021 11:51:58 +0000 (20:51 +0900)
Change-Id: I22e5145fbb8a11f32a0eba96d9dfbf335cf2e0ba
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
include/hal-sensor-types.h

index d7b78d1..07d89d3 100644 (file)
@@ -574,7 +574,7 @@ class sensor_device {
                                  int32_t *value) {
     return true;
   }
-  virtual bool set_attribute_str(uint32_t id, int32_t attribute, char **value,
+  virtual bool get_attribute_str(uint32_t id, int32_t attribute, char **value,
                                  int *len) {
     return true;
   }