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