Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
mesh.h
Go to the documentation of this file.
1
5/*
6 * Copyright (c) 2017 Intel Corporation
7 *
8 * SPDX-License-Identifier: Apache-2.0
9 */
10#ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_H_
11#define ZEPHYR_INCLUDE_BLUETOOTH_MESH_H_
12
13#include <zephyr/types.h>
14#include <stddef.h>
15#include <net/buf.h>
16
17#include <bluetooth/mesh/msg.h>
19#include <bluetooth/mesh/main.h>
20#include <bluetooth/mesh/cfg.h>
27#include <bluetooth/mesh/cdb.h>
28#include <bluetooth/mesh/cfg.h>
29
30#endif /* ZEPHYR_INCLUDE_BLUETOOTH_MESH_H_ */
Access layer APIs.
Runtime configuration APIs.
Configuration Client Model APIs.
Configuration Server Model APIs.
Health Client Model APIs.
Health Server Model APIs.
Heartbeat APIs.
Bluetooth mesh Profile APIs.
Message APIs.
Buffer management.
Proxy APIs.