nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
method_gnss.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef METHOD_GNSS_H
8#define METHOD_GNSS_H
9
14#if defined(CONFIG_LOCATION_DATA_DETAILS)
16#endif
17
18#endif /* METHOD_GNSS_H */
int method_gnss_location_get(const struct location_request_info *request)
int method_gnss_timeout(void)
int method_gnss_cancel(void)
int method_gnss_init(void)
void method_gnss_details_get(struct location_data_details *details)
Definition: location.h:223
Definition: location_core.h:11