nRF Connect SDK API 2.8.99
Loading...
Searching...
No Matches
ncellmeas.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef NCELLMEAS_H__
8#define NCELLMEAS_H__
9
10#include <modem/lte_lc.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16/* Initiate a neighbor cell measurement. */
18
19/* Cancel an ongoing neighbor cell measurement. */
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif /* NCELLMEAS_H__ */
int ncellmeas_cancel(void)
int ncellmeas_start(struct lte_lc_ncellmeas_params *params)
Definition lte_lc.h:1019