activity_recognition.h | 190 * - When enable_activity_event(on_bicycle, ACTIVITY_EVENT_ENTER) is called, 192 * - When enable_activity_event(on_bicycle, ACTIVITY_EVENT_EXIT) is called, nothing should be 194 * - When enable_activity_event(running, ACTIVITY_EVENT_ENTER) is called, nothing should be 196 * - When enable_activity_event(running, ACTIVITY_EVENT_EXIT) is called, 207 int (*enable_activity_event)(const struct activity_recognition_device* dev, member in struct:activity_recognition_device
|