ESP-IDF
msg_timeout
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
msg_timeout
msg_timeout variable
Syntax
Show:
Summary
Declaration
from
health_cli.c:24
static
int32_t
msg_timeout
=
K_SECONDS
;
Examples
References
from
examples
Code
Location
Referrer
static
int32_t
msg_timeout
=
K_SECONDS
(
5
)
;
health_cli.c:24
err
=
bt_mesh_msg_ack_ctx_wait
(
&
health_cli
->
ack_ctx
,
K_MSEC
(
msg_timeout
)
)
;
health_cli.c:209
bt_mesh_health_attention_get()
err
=
bt_mesh_msg_ack_ctx_wait
(
&
health_cli
->
ack_ctx
,
K_MSEC
(
msg_timeout
)
)
;
health_cli.c:254
bt_mesh_health_attention_set()
err
=
bt_mesh_msg_ack_ctx_wait
(
&
health_cli
->
ack_ctx
,
K_MSEC
(
msg_timeout
)
)
;
health_cli.c:287
bt_mesh_health_period_get()
err
=
bt_mesh_msg_ack_ctx_wait
(
&
health_cli
->
ack_ctx
,
K_MSEC
(
msg_timeout
)
)
;
health_cli.c:332
bt_mesh_health_period_set()
err
=
bt_mesh_msg_ack_ctx_wait
(
&
health_cli
->
ack_ctx
,
K_MSEC
(
msg_timeout
)
)
;
health_cli.c:382
bt_mesh_health_fault_test()
err
=
bt_mesh_msg_ack_ctx_wait
(
&
health_cli
->
ack_ctx
,
K_MSEC
(
msg_timeout
)
)
;
health_cli.c:431
bt_mesh_health_fault_clear()
err
=
bt_mesh_msg_ack_ctx_wait
(
&
health_cli
->
ack_ctx
,
K_MSEC
(
msg_timeout
)
)
;
health_cli.c:470
bt_mesh_health_fault_get()
return
msg_timeout
;
health_cli.c:478
bt_mesh_health_cli_timeout_get()
msg_timeout
=
timeout
;
health_cli.c:483
bt_mesh_health_cli_timeout_set()
msg_timeout
=
2
*
MSEC_PER_SEC
;
health_cli.c:494
bt_mesh_health_cli_set()
msg_timeout
=
2
*
MSEC_PER_SEC
;
health_cli.c:512
health_cli_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
msg_timeout
is written by 3 functions and is read by 8 functions:
bt_mesh_health_cli_timeout_set()
bt_mesh_health_cli_set()
health_cli_init()
All items filtered out
msg_timeout
bt_mesh_health_attention_get()
bt_mesh_health_attention_set()
bt_mesh_health_period_get()
bt_mesh_health_period_set()
bt_mesh_health_fault_test()
bt_mesh_health_fault_clear()
bt_mesh_health_fault_get()
bt_mesh_health_cli_timeout_get()
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