nRF Connect SDK API 2.8.99
Loading...
Searching...
No Matches
cereg.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 CEREG_H__
8#define CEREG_H__
9
10#include <modem/lte_lc.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16/* Get the current network registration status. */
18
19/* Get the currently active LTE mode. */
21
22/* Connect to LTE network. */
23int cereg_lte_connect(bool blocking);
24
25/* Enable notifications. */
27
28#ifdef __cplusplus
29}
30#endif
31
32#endif /* CEREG_H__ */
int cereg_mode_get(enum lte_lc_lte_mode *mode)
int cereg_notifications_enable(void)
int cereg_status_get(enum lte_lc_nw_reg_status *status)
int cereg_lte_connect(bool blocking)
lte_lc_lte_mode
Definition lte_lc.h:89
lte_lc_nw_reg_status
Definition lte_lc.h:33