Request a handle to access an external sensor
#include <sensor/external_sensor_api.h>
void* open_external_sensor(void)
If the sensor is available, a handle for access to the sensor is returned.
A pointer to the returned sensor handle if access is granted.