nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
enveval.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef ENVEVAL_H__
8#define ENVEVAL_H__
9
10#include <modem/lte_lc.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16/* Perform environment evaluation. */
17int env_eval(struct lte_lc_env_eval_params *params);
18
19/* Cancel an ongoing environment evaluation. */
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif /* ENVEVAL_H__ */
int env_eval_cancel(void)
int env_eval(struct lte_lc_env_eval_params *params)
Environment evaluation parameters.
Definition lte_lc.h:1230