nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
dect_net_l2_conn_mgr.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 DECT_NET_L2_CONN_MGR_H_
8#define DECT_NET_L2_CONN_MGR_H_
9
10#include <zephyr/net/conn_mgr_connectivity_impl.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
19#define CONNECTIVITY_DECT_MGMT_CTX_TYPE void *
20
26#define CONNECTIVITY_DECT_MGMT_BIND(dev_id) \
27 CONN_MGR_CONN_DECLARE_PUBLIC(CONNECTIVITY_DECT_MGMT); \
28 CONN_MGR_BIND_CONN(dev_id, CONNECTIVITY_DECT_MGMT)
29
30#ifdef __cplusplus
31}
32#endif
33
34#endif /* DECT_NET_L2_CONN_MGR_H_ */