nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
scan_cellular.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 SCAN_CELLULAR_H
8#define SCAN_CELLULAR_H
9
10#include <modem/lte_lc.h>
11
13void scan_cellular_execute(int32_t timeout, uint8_t cell_count);
16#if defined(CONFIG_LOCATION_DATA_DETAILS)
18#endif
19
20#endif /* SCAN_CELLULAR_H */
struct lte_lc_cells_info * scan_cellular_results_get(void)
int scan_cellular_init(void)
void scan_cellular_execute(int32_t timeout, uint8_t cell_count)
void scan_cellular_details_get(struct location_data_details *details)
int scan_cellular_cancel(void)
Definition: location.h:223
Definition: lte_lc.h:513