ESP-IDF
bt_mesh_proxy_client::sar_timer
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_client::sar_timer
bt_mesh_proxy_client::sar_timer field
Syntax
Show:
Summary
Declaration
from
proxy_server.h:63
struct
k_delayed_work
sar_timer
;
Examples
References
from
examples
Code
Location
Referrer
struct
k_delayed_work
sar_timer
;
proxy_server.h:63
client
=
CONTAINER_OF
(
work
,
struct
bt_mesh_proxy_client
,
sar_timer
.
work
)
;
proxy_server.c:147
proxy_sar_timeout()
k_delayed_work_submit
(
&
client
->
sar_timer
,
BLE_MESH_PROXY_SAR_TIMEOUT
)
;
proxy_server.c:782
proxy_recv()
k_delayed_work_submit
(
&
client
->
sar_timer
,
BLE_MESH_PROXY_SAR_TIMEOUT
)
;
proxy_server.c:798
proxy_recv()
k_delayed_work_cancel
(
&
client
->
sar_timer
)
;
proxy_server.c:813
proxy_recv()
k_delayed_work_cancel
(
&
client
->
sar_timer
)
;
proxy_server.c:903
proxy_disconnected()
k_delayed_work_init
(
&
client
->
sar_timer
,
proxy_sar_timeout
)
;
proxy_server.c:1936
bt_mesh_proxy_server_init()
k_delayed_work_free
(
&
client
->
sar_timer
)
;
proxy_server.c:1974
bt_mesh_proxy_server_deinit()
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