nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
supl_os_client.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2019 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef SUPL_OS_CLIENT_H_
8#define SUPL_OS_CLIENT_H_
9
10#include <nrf_modem_gnss.h>
11#include <supl_session.h>
12
31int supl_session(const struct nrf_modem_gnss_agnss_data_frame *const agnss_request);
32
43int supl_init(const struct supl_api *const api);
44
47#endif /* SUPL_OS_CLIENT_H_ */
int supl_init(const struct supl_api *const api)
Setup the API and the buffers required by the SUPL client library.
int supl_session(const struct nrf_modem_gnss_agnss_data_frame *const agnss_request)
Start a SUPL session.