close_external_sensor_func_t

Discontinue use of an external sensor on the device

Synopsis:

#include <sensor/external_sensor_api.h>
typedef void(* close_external_sensor_func_t)(void *handle);

Arguments:

handle
The handle that's returned from calling the function open_external_sensor_func_t.

Library:

libsensor

Description:

Any internal resources associated with a previously opened sensor are freed.