nRF Connect SDK API 2.8.99
Loading...
Searching...
No Matches
periodicsearchconf.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 PERIODICSEARCHCONF_H__
8#define PERIODICSEARCHCONF_H__
9
10#include <modem/lte_lc.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16/* Configure periodic searches. */
18
19/* Get the configured periodic search parameters. */
21
22/* Clear the configured periodic search parameters. */
24
25/* Request an extra search. */
27
28#ifdef __cplusplus
29}
30#endif
31
32#endif /* PERIODICSEARCHCONF_H__ */
static const struct event_proxy_config cfg
Definition event_proxy_def.h:28
int periodicsearchconf_request(void)
int periodicsearchconf_clear(void)
int periodicsearchconf_set(const struct lte_lc_periodic_search_cfg *const cfg)
int periodicsearchconf_get(struct lte_lc_periodic_search_cfg *const cfg)
Definition lte_lc.h:1158