- problem: when only PRESENCE detectoin enabled, sensor_status_change_cb is not called
- cause: Check the internal flag that must be set before the sensor_status_change_cb is called.
But the internal flag is set only if ABSENCE detection invoked.
- Solution: remove the internal flag.
Change-Id: I7d320596a4c9580b17a1d4bb9b7d6065b169b80e
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Name: capi-network-ua
Summary: User Awareness Framework CAPI
-Version: 0.12.14
+Version: 0.12.15
Release: 1
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
continue;
}
- if (!monitor->internal_presence_started ||
- (!monitor->presence_detection_started &&
- !monitor->internal_presence_started)) {
+ if (!monitor->presence_detection_started) {
UA_WARN("skip!! because detection does not start [%x]",
monitor->sensor_bitmask);
continue;