nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
slm_at_nrfcloud.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 SLM_AT_NRFCLOUD_
8#define SLM_AT_NRFCLOUD_
9
15#if defined(CONFIG_SLM_NRF_CLOUD)
16
17#include <stdbool.h>
18
19/* Whether the connection to nRF Cloud is ready. */
20extern bool slm_nrf_cloud_ready;
21
22/* Whether to send the device's location to nRF Cloud. */
23extern bool slm_nrf_cloud_send_location;
24
31int slm_at_nrfcloud_init(void);
32
39int slm_at_nrfcloud_uninit(void);
40
41#endif /* CONFIG_SLM_NRF_CLOUD */
43#endif /* SLM_AT_NRFCLOUD_ */