nRF Connect SDK API 2.8.99
Loading...
Searching...
No Matches
coneval.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 CONEVAL_H__
8#define CONEVAL_H__
9
10#include <modem/lte_lc.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16/* Get connection evaluation parameters. */
18
19#ifdef __cplusplus
20}
21#endif
22
23#endif /* CONEVAL_H__ */
int coneval_params_get(struct lte_lc_conn_eval_params *params)
Definition lte_lc.h:793