ESP-IDF
bt_mesh_health_srv::attn_timer
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/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
bt_mesh_health_srv::attn_timer field
Syntax
Show:
Summary
Declaration
from
health_srv.h:68
struct
k_work_delayable
attn_timer
;
Examples
References
from
examples
Code
Location
Referrer
struct
k_delayed_work
attn_timer
;
health_srv.h:68
struct
k_work_delayable
attn_timer
;
health_srv.h:68
time
=
k_delayed_work_remaining_get
(
&
srv
->
attn_timer
)
/
1000
;
health_srv.c:227
send_attention_status()
attn_timer
.
work
)
;
health_srv.c:406
attention_off()
k_delayed_work_init
(
&
srv
->
attn_timer
,
attention_off
)
;
health_srv.c:443
health_srv_init()
k_delayed_work_free
(
&
srv
->
attn_timer
)
;
health_srv.c:481
health_srv_deinit()
k_delayed_work_submit
(
&
srv
->
attn_timer
,
time
*
1000U
)
;
health_srv.c:523
bt_mesh_attention()
k_delayed_work_cancel
(
&
srv
->
attn_timer
)
;
health_srv.c:526
bt_mesh_attention()
k_work_delayable_remaining_get
(
&
srv
->
attn_timer
)
)
/
1000
;
health_srv.c:241
send_attention_status()
k_work_init_delayable
(
&
srv
->
attn_timer
,
attention_off
)
;
health_srv.c:438
health_srv_init()
k_work_add_arg_delayable
(
&
srv
->
attn_timer
,
srv
)
;
health_srv.c:439
health_srv_init()
k_work_reschedule
(
&
srv
->
attn_timer
,
K_SECONDS
(
time
)
)
;
health_srv.c:474
bt_mesh_attention()
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