nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
gzll_glue.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef __GZLL_GLUE_H
8#define __GZLL_GLUE_H
9
17#include <stdbool.h>
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
37bool gzll_glue_init(void);
38
43#ifdef __cplusplus
44}
45#endif
46
47#endif /* __GZLL_GLUE_H */
bool gzll_glue_init(void)
Gazell Link Layer glue initialization.