blob: eed8a208809100dd64e89b4af938bc90f10b3228 [file] [log] [blame]
/** @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
void mesh_adv_thread(void *args);
/**
* @}
*/
#endif /* __BT_MESH_PORTING_H */