/** @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 #if defined(CONFIG_BT_MESH_CFG_CLI) #include #endif #if defined(CONFIG_BT_MESH_HEALTH_CLI) #include #endif #if defined(CONFIG_BT_MESH_GATT_PROXY) #include #endif #endif /* __BT_MESH_H */