Updated: October 28, 2024 |
Discontinue using a logical interim data unit on the device
#include <sensor/sensor_interim_data.h>
sensor_error_t sensor_interim_data_close(sensor_handle_t handle)
Call this function to discontinue using a logical interim data unit. Any internal resources associated with this previously opened interim data unit are freed.
SENSOR_EOK when the function successfully completes, otherwise another sensor_error_t value that provides the reason that the call failed.