/** @file * @brief Bluetooth Mesh Profile APIs. */ /* * Copyright (c) 2017 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #ifndef __BT_MESH_H #define __BT_MESH_H #include #include #include #include #include #include #include #include #include #include #endif /* __BT_MESH_H */