Tasmota/lib/libesp32/NimBLE-Arduino/src/mesh/porting.h
2020-10-26 12:51:06 +00:00

28 lines
353 B
C

/** @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 */