Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
3.0.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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
>
18
#include <
bluetooth/mesh/access.h
>
19
#include <
bluetooth/mesh/main.h
>
20
#include <
bluetooth/mesh/cfg.h
>
21
#include <
bluetooth/mesh/cfg_srv.h
>
22
#include <
bluetooth/mesh/health_srv.h
>
23
#include <
bluetooth/mesh/cfg_cli.h
>
24
#include <
bluetooth/mesh/health_cli.h
>
25
#include <
bluetooth/mesh/proxy.h
>
26
#include <
bluetooth/mesh/heartbeat.h
>
27
#include <
bluetooth/mesh/cdb.h
>
28
#include <
bluetooth/mesh/cfg.h
>
29
30
#endif
/* ZEPHYR_INCLUDE_BLUETOOTH_MESH_H_ */
access.h
Access layer APIs.
cdb.h
cfg.h
Runtime configuration APIs.
cfg_cli.h
Configuration Client Model APIs.
cfg_srv.h
Configuration Server Model APIs.
health_cli.h
Health Client Model APIs.
health_srv.h
Health Server Model APIs.
heartbeat.h
Heartbeat APIs.
types.h
main.h
Bluetooth mesh Profile APIs.
msg.h
Message APIs.
buf.h
Buffer management.
proxy.h
Proxy APIs.
include
bluetooth
mesh.h
Generated on Mon Feb 21 2022 22:43:01 for Zephyr API Documentation by
1.9.2