Zephyr API Documentation
4.2.0
A Scalable Open Source RTOS
4.2.0
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
modules
subsys
zephyr
acpi
app_memory
arch
audio
bluetooth
audio
classic
mesh
access.h
blob.h
blob_cli.h
blob_io_flash.h
blob_srv.h
brg_cfg.h
brg_cfg_cli.h
brg_cfg_srv.h
cdb.h
cfg.h
cfg_cli.h
cfg_srv.h
dfd.h
dfd_srv.h
dfu.h
dfu_cli.h
dfu_metadata.h
dfu_srv.h
health_cli.h
health_faults.h
health_srv.h
heartbeat.h
keys.h
large_comp_data_cli.h
large_comp_data_srv.h
main.h
msg.h
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
rpr.h
rpr_cli.h
rpr_srv.h
sar_cfg.h
sar_cfg_cli.h
sar_cfg_srv.h
shell.h
sol_pdu_rpl_cli.h
sol_pdu_rpl_srv.h
statistic.h
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
health_faults.h
Go to the documentation of this file.
1
4
5
/*
6
* Copyright (c) 2019 Nordic Semiconductor ASA
7
*
8
* SPDX-License-Identifier: Apache-2.0
9
*/
10
#ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_HEALTH_FAULTS_H__
11
#define ZEPHYR_INCLUDE_BLUETOOTH_MESH_HEALTH_FAULTS_H__
12
19
21
#define BT_MESH_HEALTH_FAULT_NO_FAULT 0x00
22
23
#define BT_MESH_HEALTH_FAULT_BATTERY_LOW_WARNING 0x01
24
#define BT_MESH_HEALTH_FAULT_BATTERY_LOW_ERROR 0x02
25
#define BT_MESH_HEALTH_FAULT_SUPPLY_VOLTAGE_TOO_LOW_WARNING 0x03
26
#define BT_MESH_HEALTH_FAULT_SUPPLY_VOLTAGE_TOO_LOW_ERROR 0x04
27
#define BT_MESH_HEALTH_FAULT_SUPPLY_VOLTAGE_TOO_HIGH_WARNING 0x05
28
#define BT_MESH_HEALTH_FAULT_SUPPLY_VOLTAGE_TOO_HIGH_ERROR 0x06
29
#define BT_MESH_HEALTH_FAULT_POWER_SUPPLY_INTERRUPTED_WARNING 0x07
30
#define BT_MESH_HEALTH_FAULT_POWER_SUPPLY_INTERRUPTED_ERROR 0x08
31
#define BT_MESH_HEALTH_FAULT_NO_LOAD_WARNING 0x09
32
#define BT_MESH_HEALTH_FAULT_NO_LOAD_ERROR 0x0A
33
#define BT_MESH_HEALTH_FAULT_OVERLOAD_WARNING 0x0B
34
#define BT_MESH_HEALTH_FAULT_OVERLOAD_ERROR 0x0C
35
#define BT_MESH_HEALTH_FAULT_OVERHEAT_WARNING 0x0D
36
#define BT_MESH_HEALTH_FAULT_OVERHEAT_ERROR 0x0E
37
#define BT_MESH_HEALTH_FAULT_CONDENSATION_WARNING 0x0F
38
#define BT_MESH_HEALTH_FAULT_CONDENSATION_ERROR 0x10
39
#define BT_MESH_HEALTH_FAULT_VIBRATION_WARNING 0x11
40
#define BT_MESH_HEALTH_FAULT_VIBRATION_ERROR 0x12
41
#define BT_MESH_HEALTH_FAULT_CONFIGURATION_WARNING 0x13
42
#define BT_MESH_HEALTH_FAULT_CONFIGURATION_ERROR 0x14
43
#define BT_MESH_HEALTH_FAULT_ELEMENT_NOT_CALIBRATED_WARNING 0x15
44
#define BT_MESH_HEALTH_FAULT_ELEMENT_NOT_CALIBRATED_ERROR 0x16
45
#define BT_MESH_HEALTH_FAULT_MEMORY_WARNING 0x17
46
#define BT_MESH_HEALTH_FAULT_MEMORY_ERROR 0x18
47
#define BT_MESH_HEALTH_FAULT_SELF_TEST_WARNING 0x19
48
#define BT_MESH_HEALTH_FAULT_SELF_TEST_ERROR 0x1A
49
#define BT_MESH_HEALTH_FAULT_INPUT_TOO_LOW_WARNING 0x1B
50
#define BT_MESH_HEALTH_FAULT_INPUT_TOO_LOW_ERROR 0x1C
51
#define BT_MESH_HEALTH_FAULT_INPUT_TOO_HIGH_WARNING 0x1D
52
#define BT_MESH_HEALTH_FAULT_INPUT_TOO_HIGH_ERROR 0x1E
53
#define BT_MESH_HEALTH_FAULT_INPUT_NO_CHANGE_WARNING 0x1F
54
#define BT_MESH_HEALTH_FAULT_INPUT_NO_CHANGE_ERROR 0x20
55
#define BT_MESH_HEALTH_FAULT_ACTUATOR_BLOCKED_WARNING 0x21
56
#define BT_MESH_HEALTH_FAULT_ACTUATOR_BLOCKED_ERROR 0x22
57
#define BT_MESH_HEALTH_FAULT_HOUSING_OPENED_WARNING 0x23
58
#define BT_MESH_HEALTH_FAULT_HOUSING_OPENED_ERROR 0x24
59
#define BT_MESH_HEALTH_FAULT_TAMPER_WARNING 0x25
60
#define BT_MESH_HEALTH_FAULT_TAMPER_ERROR 0x26
61
#define BT_MESH_HEALTH_FAULT_DEVICE_MOVED_WARNING 0x27
62
#define BT_MESH_HEALTH_FAULT_DEVICE_MOVED_ERROR 0x28
63
#define BT_MESH_HEALTH_FAULT_DEVICE_DROPPED_WARNING 0x29
64
#define BT_MESH_HEALTH_FAULT_DEVICE_DROPPED_ERROR 0x2A
65
#define BT_MESH_HEALTH_FAULT_OVERFLOW_WARNING 0x2B
66
#define BT_MESH_HEALTH_FAULT_OVERFLOW_ERROR 0x2C
67
#define BT_MESH_HEALTH_FAULT_EMPTY_WARNING 0x2D
68
#define BT_MESH_HEALTH_FAULT_EMPTY_ERROR 0x2E
69
#define BT_MESH_HEALTH_FAULT_INTERNAL_BUS_WARNING 0x2F
70
#define BT_MESH_HEALTH_FAULT_INTERNAL_BUS_ERROR 0x30
71
#define BT_MESH_HEALTH_FAULT_MECHANISM_JAMMED_WARNING 0x31
72
#define BT_MESH_HEALTH_FAULT_MECHANISM_JAMMED_ERROR 0x32
73
79
#define BT_MESH_HEALTH_FAULT_VENDOR_SPECIFIC_START 0x80
80
84
85
#endif
/* ZEPHYR_INCLUDE_BLUETOOTH_MESH_HEALTH_FAULTS_H__ */
zephyr
bluetooth
mesh
health_faults.h
Generated on
for Zephyr API Documentation by
1.14.0