xref: /nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/porting.h (revision 042d53a763ad75cb1465103098bb88c245d95138)
1 /** @file
2  *  @brief Bluetooth Mesh Porting APIs.
3  */
4 
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 void mesh_adv_thread(void *args);
14 
15 /**
16  * @}
17  */
18 
19 #endif /* __BT_MESH_PORTING_H */
20