ESP-IDF
bt_mesh_health_srv::attn_timer_start
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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::attn_timer_start
bt_mesh_health_srv::attn_timer_start field
Syntax
Show:
Summary
Declaration
from
health_srv.h:71
bool
attn_timer_start
;
Examples
References
from
examples
Code
Location
Referrer
bool
attn_timer_start
;
health_srv.h:71
srv
->
attn_timer_start
=
false
;
health_srv.c:415
attention_off()
srv
->
attn_timer_start
=
false
;
health_srv.c:446
health_srv_init()
srv
->
attn_timer_start
=
true
;
health_srv.c:524
bt_mesh_attention()
if
(
srv
->
attn_timer_start
==
true
)
{
health_srv.c:528
bt_mesh_attention()
srv
->
attn_timer_start
=
false
;
health_srv.c:532
bt_mesh_attention()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_health_srv::attn_timer_start
is written by 3 functions and is read by 1 function:
attention_off()
health_srv_init()
bt_mesh_attention()
All items filtered out
bt_mesh_health_srv::attn_timer_start
bt_mesh_attention()
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