NimBLE-Arduino 2.1.2
Loading...
Searching...
No Matches
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 __BT_MESH_H
11#define __BT_MESH_H
12
13#include <stddef.h>
14#include "nimble/porting/nimble/include/syscfg/syscfg.h"
15#include "nimble/porting/nimble/include/os/os_mbuf.h"
16
17#include "glue.h"
18#include "msg.h"
19#include "access.h"
20#include "main.h"
21#include "cfg.h"
22#include "cfg_srv.h"
23#include "health_srv.h"
24#include "cfg_cli.h"
25#include "health_cli.h"
26#include "proxy.h"
27#include "cdb.h"
28#include "cfg.h"
29#include "heartbeat.h"
30#include "../../src/app_keys.h"
31#include "../../src/net.h"
32
33#endif /* __BT_MESH_H */
Bluetooth Mesh Configuration Client Model APIs.
Bluetooth Mesh Configuration Server Model APIs.
Bluetooth Mesh Health Client Model APIs.
Bluetooth Mesh Health Server Model APIs.
Bluetooth Mesh Profile APIs.
Bluetooth Mesh Message APIs.