ESP-IDF
bt_mesh_proxy_role::sar_timer
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_proxy_role::sar_timer
bt_mesh_proxy_role::sar_timer field
Syntax
Show:
Summary
Declaration
from
proxy_msg.h:42
struct
k_work_delayable
sar_timer
;
Examples
References
from
examples
Code
Location
Referrer
struct
k_work_delayable
sar_timer
;
proxy_msg.h:42
k_work_reschedule
(
&
role
->
sar_timer
,
PROXY_SAR_TIMEOUT
)
;
proxy_msg.c:93
bt_mesh_proxy_msg_recv()
k_work_reschedule
(
&
role
->
sar_timer
,
PROXY_SAR_TIMEOUT
)
;
proxy_msg.c:109
bt_mesh_proxy_msg_recv()
(
void
)
k_work_cancel_delayable
(
&
role
->
sar_timer
)
;
proxy_msg.c:127
bt_mesh_proxy_msg_recv()
k_work_init_delayable
(
&
role
->
sar_timer
,
proxy_sar_timeout
)
;
proxy_msg.c:201
proxy_msg_init()
k_work_add_arg_delayable
(
&
role
->
sar_timer
,
role
)
;
proxy_msg.c:202
proxy_msg_init()
(
void
)
k_work_cancel_delayable
(
&
role
->
sar_timer
)
;
proxy_msg.c:228
bt_mesh_proxy_role_cleanup()
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