nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
slm_ppp.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6#ifndef SLM_PPP_
7#define SLM_PPP_
8
9#include <stdbool.h>
10
11/* Whether to forward CGEV notifications to the SLM UART. */
12extern bool slm_fwd_cgev_notifs;
13
15int slm_ppp_init(void);
16
18
19#endif
int slm_ppp_init(void)
bool slm_fwd_cgev_notifs
bool slm_ppp_is_stopped(void)