Updated: October 28, 2024 |
Stop streaming
#include <sensor/external_sensor_api.h>
typedef int(* stop_streaming_func_t)(void *handle);
This function is invoked when the Sensor service needs to stop streaming.
SENSOR_EOK when the function successfully completes; otherwise another sensor_error_t value that provides the reason that the call failed.