NimBLE-Arduino 2.1.2
Loading...
Searching...
No Matches
porting.h
Go to the documentation of this file.
1
5/*
6 * Copyright (c) 2017 Intel Corporation
7 *
8 * SPDX-License-Identifier: Apache-2.0
9 */
10#ifndef __BT_MESH_PORTING_H
11#define __BT_MESH_PORTING_H
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17void mesh_adv_thread(void *args);
18
19#ifdef __cplusplus
20}
21#endif
22
27#endif /* __BT_MESH_PORTING_H */