ESP-IDF
+
0
/1 examples
SourceVu will show references to
bt_mesh_health_srv
from the following samples and libraries:
blemesh sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_health_srv
bt_mesh_health_srv struct
Mesh Health Server Model Context
Syntax
Show:
Summary
Declaration
from
health_srv.h:61
struct
bt_mesh_health_srv
{
struct
bt_mesh_model
*
model
;
struct
bt_mesh_health_srv_cb
cb
;
struct
k_delayed_work
attn_timer
;
bool
attn_timer_start
;
struct
bt_mesh_health_test
test
;
}
;
Fields
Field
Declared as
bt_mesh_health_srv::model
struct
bt_mesh_model
*
bt_mesh_health_srv::cb
struct
bt_mesh_health_srv_cb
bt_mesh_health_srv::attn_timer
struct
k_delayed_work
bt_mesh_health_srv::attn_timer_start
bool
bt_mesh_health_srv::test
struct
bt_mesh_health_test
Examples
bt_mesh_health_srv
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out