nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
cloud_service_nrf.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef CLOUD_SERVICE_NRF_H_
8#define CLOUD_SERVICE_NRF_H_
9
10#include "cloud_service.h"
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
17 const struct cloud_service_pos_req *params,
18 char *const rcv_buf,
19 const size_t rcv_buf_len,
20 struct location_data *const location);
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif /* CLOUD_SERVICE_NRF_H_ */
int cloud_service_nrf_pos_get(const struct cloud_service_pos_req *params, char *const rcv_buf, const size_t rcv_buf_len, struct location_data *const location)
Definition: cloud_service.h:19
Definition: location.h:249