Zephyr API Documentation
4.1.99
A Scalable Open Source RTOS
4.1.99
Toggle main menu visibility
Main Page
Related Pages
Topics
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
Enumerations
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
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
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
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
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
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
▼
Zephyr API Documentation
►
Introduction
Deprecated List
►
Topics
►
Data Structures
▼
Files
▼
File List
►
doc
►
kernel
►
lib
►
subsys
▼
zephyr
►
acpi
►
app_memory
►
arch
►
audio
▼
bluetooth
►
audio
►
classic
►
mesh
►
services
►
addr.h
►
att.h
►
bluetooth.h
►
buf.h
►
byteorder.h
►
conn.h
►
controller.h
►
crypto.h
►
cs.h
►
direction.h
►
ead.h
►
gap.h
►
gatt.h
►
hci.h
►
hci_raw.h
►
hci_types.h
►
hci_vs.h
►
iso.h
►
l2cap.h
mesh.h
►
testing.h
►
uuid.h
►
canbus
►
console
►
crypto
►
data
►
debug
►
devicetree
►
dfu
►
display
►
drivers
►
dsp
►
dt-bindings
►
fs
►
input
►
internal
►
ipc
►
kernel
►
linker
►
llext
►
logging
►
lorawan
►
math
►
mem_mgmt
►
mgmt
►
misc
►
modbus
►
modem
►
multi_heap
►
net
►
platform
►
pm
►
pmci
►
portability
►
posix
►
psa
►
random
►
retention
►
rtio
►
sd
►
sensing
►
settings
►
shell
►
sip_svc
►
stats
►
storage
►
sys
►
task_wdt
►
timing
►
toolchain
►
tracing
►
usb
►
usb_c
►
xen
►
zbus
►
zvfs
►
bindesc.h
►
cache.h
►
device.h
►
devicetree.h
►
fatal.h
►
fatal_types.h
►
init.h
►
irq.h
►
irq_multilevel.h
►
irq_nextlevel.h
►
irq_offload.h
►
kernel.h
kernel_includes.h
►
kernel_structs.h
►
kernel_version.h
►
net_buf.h
►
shared_irq.h
►
smf.h
►
spinlock.h
►
sw_isr_table.h
►
sys_clock.h
►
syscall.h
►
toolchain.h
types.h
►
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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 ZEPHYR_INCLUDE_BLUETOOTH_MESH_H_
11
#define ZEPHYR_INCLUDE_BLUETOOTH_MESH_H_
12
13
#include <stddef.h>
14
15
#include <
zephyr/types.h
>
16
#include <
zephyr/net_buf.h
>
17
18
#include <
zephyr/bluetooth/mesh/keys.h
>
19
#include <
zephyr/bluetooth/mesh/msg.h
>
20
#include <
zephyr/bluetooth/mesh/access.h
>
21
#include <
zephyr/bluetooth/mesh/main.h
>
22
#include <
zephyr/bluetooth/mesh/cfg.h
>
23
#include <
zephyr/bluetooth/mesh/cfg_srv.h
>
24
#include <
zephyr/bluetooth/mesh/health_srv.h
>
25
#include <
zephyr/bluetooth/mesh/blob_srv.h
>
26
#include <
zephyr/bluetooth/mesh/cfg_cli.h
>
27
#include <
zephyr/bluetooth/mesh/health_cli.h
>
28
#include <
zephyr/bluetooth/mesh/blob_cli.h
>
29
#include <
zephyr/bluetooth/mesh/blob_io_flash.h
>
30
#include <
zephyr/bluetooth/mesh/priv_beacon_srv.h
>
31
#include <
zephyr/bluetooth/mesh/priv_beacon_cli.h
>
32
#include <
zephyr/bluetooth/mesh/dfu_srv.h
>
33
#include <
zephyr/bluetooth/mesh/dfd_srv.h
>
34
#include <
zephyr/bluetooth/mesh/dfu_cli.h
>
35
#include <
zephyr/bluetooth/mesh/dfu_metadata.h
>
36
#include <
zephyr/bluetooth/mesh/proxy.h
>
37
#include <
zephyr/bluetooth/mesh/heartbeat.h
>
38
#include <
zephyr/bluetooth/mesh/cdb.h
>
39
#include <
zephyr/bluetooth/mesh/rpr_cli.h
>
40
#include <
zephyr/bluetooth/mesh/rpr_srv.h
>
41
#include <
zephyr/bluetooth/mesh/sar_cfg_srv.h
>
42
#include <
zephyr/bluetooth/mesh/sar_cfg_cli.h
>
43
#include <
zephyr/bluetooth/mesh/op_agg_srv.h
>
44
#include <
zephyr/bluetooth/mesh/op_agg_cli.h
>
45
#include <
zephyr/bluetooth/mesh/large_comp_data_srv.h
>
46
#include <
zephyr/bluetooth/mesh/large_comp_data_cli.h
>
47
#include <
zephyr/bluetooth/mesh/od_priv_proxy_srv.h
>
48
#include <
zephyr/bluetooth/mesh/od_priv_proxy_cli.h
>
49
#include <
zephyr/bluetooth/mesh/sol_pdu_rpl_srv.h
>
50
#include <
zephyr/bluetooth/mesh/sol_pdu_rpl_cli.h
>
51
#include <
zephyr/bluetooth/mesh/brg_cfg_cli.h
>
52
#include <
zephyr/bluetooth/mesh/brg_cfg_srv.h
>
53
#include <
zephyr/bluetooth/mesh/statistic.h
>
54
55
#endif
/* ZEPHYR_INCLUDE_BLUETOOTH_MESH_H_ */
access.h
Access layer APIs.
blob_cli.h
blob_io_flash.h
blob_srv.h
brg_cfg_cli.h
brg_cfg_srv.h
Bluetooth Mesh Bridge Configuration Server Model APIs.
cdb.h
cfg.h
Runtime configuration APIs.
cfg_cli.h
Configuration Client Model APIs.
cfg_srv.h
Configuration Server Model APIs.
dfd_srv.h
dfu_cli.h
dfu_metadata.h
dfu_srv.h
health_cli.h
Health Client Model APIs.
health_srv.h
Health Server Model APIs.
heartbeat.h
Heartbeat APIs.
types.h
keys.h
Keys APIs.
large_comp_data_cli.h
large_comp_data_srv.h
main.h
Bluetooth Mesh Protocol APIs.
msg.h
Message APIs.
net_buf.h
Buffer management.
od_priv_proxy_cli.h
od_priv_proxy_srv.h
op_agg_cli.h
op_agg_srv.h
priv_beacon_cli.h
priv_beacon_srv.h
proxy.h
Proxy APIs.
rpr_cli.h
rpr_srv.h
sar_cfg_cli.h
Bluetooth Mesh SAR Configuration Client Model APIs.
sar_cfg_srv.h
Bluetooth Mesh SAR Configuration Server Model APIs.
sol_pdu_rpl_cli.h
sol_pdu_rpl_srv.h
statistic.h
Bluetooth Mesh statistic APIs.
zephyr
bluetooth
mesh.h
Generated on Fri May 16 2025 03:24:03 for Zephyr API Documentation by
1.12.0