WXK
2024-12-16 9201a33e45484b3247271759c91c158063baccac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/** @file
 *  @brief Bluetooth Mesh Porting APIs.
 */
 
/*
 * Copyright (c) 2017 Intel Corporation
 *
 * SPDX-License-Identifier: Apache-2.0
 */
#ifndef __BT_MESH_PORTING_H
#define __BT_MESH_PORTING_H
 
#ifdef __cplusplus
extern "C" {
#endif
 
void mesh_adv_thread(void *args);
 
#ifdef __cplusplus
}
#endif
 
/**
 * @}
 */
 
#endif /* __BT_MESH_PORTING_H */