close_external_sensor()

Discontinue use of an external sensor on the device

Synopsis:

#include <sensor/external_sensor_api.h>
void close_external_sensor(void *handle)

Arguments:

handle
The handle that's returned from calling the open_external_sensor() function.

Library:

libsensor

Description:

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