diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2021-06-21 20:51:21 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2021-06-21 20:51:58 +0900 |
commit | d8f8d0c6004ec5cf821c891a19b5d8fb690aaa17 (patch) | |
tree | 0678ae4d979afa78a44c97bc5a5b3acb24f5cfe5 | |
parent | 452278d1f20aebc46f4dc7a78a190d6e0baaf618 (diff) | |
download | sensor-d8f8d0c6004ec5cf821c891a19b5d8fb690aaa17.tar.gz sensor-d8f8d0c6004ec5cf821c891a19b5d8fb690aaa17.tar.bz2 sensor-d8f8d0c6004ec5cf821c891a19b5d8fb690aaa17.zip |
Fix get_attribute interfacesubmit/tizen/20210621.115244accepted/tizen/unified/20210622.125817
Change-Id: I22e5145fbb8a11f32a0eba96d9dfbf335cf2e0ba
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r-- | include/hal-sensor-types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hal-sensor-types.h b/include/hal-sensor-types.h index d7b78d1..07d89d3 100644 --- a/include/hal-sensor-types.h +++ b/include/hal-sensor-types.h @@ -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; } |