blemesh sample
fault_test()
is only used within blemesh sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
blemesh sample
fault_test()
fault_test() function
Syntax
Show:
Summary
Declaration
from
app_mesh.c:115
static
int
fault_test
(
struct
bt_mesh_model
*
model
,
uint8_t
test_id
,
uint16_t
company_id
)
;
Arguments
Argument
model
test_id
company_id
Examples
References
from
examples
Code
Location
fault_test
(
struct
bt_mesh_model
*
model
,
uint8_t
test_id
,
uint16_t
company_id
)
app_mesh.c:116
.
fault_test
=
&
fault_test
,
app_mesh.c:137
Call Tree
from
examples
fault_test()
calls 2 functions:
All items filtered out
fault_test()
bt_mesh_model_elem()
bt_mesh_fault_update()
All items filtered out
Data Use
from
examples
fault_test()
writes 2 variables:
All items filtered out
fault_test()
recent_test_id
has_reg_fault
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
fault_test()
is implemented by 1 functions:
All items filtered out
fault_test()
bt_mesh_health_srv_cb::fault_test
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out