ESP-IDF
bt_mesh_health_cli::ack_ctx
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_cli::ack_ctx
bt_mesh_health_cli::ack_ctx field
Syntax
Show:
Summary
Declaration
from
health_cli.h:32
struct
bt_mesh_msg_ack_ctx
ack_ctx
;
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_msg_ack_ctx
ack_ctx
;
health_cli.h:32
if
(
!
bt_mesh_msg_ack_ctx_match
(
&
health_cli
->
ack_ctx
,
OP_HEALTH_FAULT_STATUS
,
ctx
->
addr
,
health_cli.c:48
health_fault_status()
bt_mesh_msg_ack_ctx_rx
(
&
health_cli
->
ack_ctx
)
;
health_cli.c:77
health_fault_status()
if
(
!
bt_mesh_msg_ack_ctx_match
(
&
health_cli
->
ack_ctx
,
OP_HEALTH_PERIOD_STATUS
,
ctx
->
addr
,
health_cli.c:124
health_period_status()
bt_mesh_msg_ack_ctx_rx
(
&
health_cli
->
ack_ctx
)
;
health_cli.c:131
health_period_status()
if
(
!
bt_mesh_msg_ack_ctx_match
(
&
health_cli
->
ack_ctx
,
OP_ATTENTION_STATUS
,
ctx
->
addr
,
health_cli.c:150
health_attention_status()
bt_mesh_msg_ack_ctx_rx
(
&
health_cli
->
ack_ctx
)
;
health_cli.c:159
health_attention_status()
return
bt_mesh_msg_ack_ctx_prepare
(
&
health_cli
->
ack_ctx
,
op
,
addr
,
param
)
;
health_cli.c:179
cli_prepare()
bt_mesh_msg_ack_ctx_clear
(
&
health_cli
->
ack_ctx
)
;
health_cli.c:205
bt_mesh_health_attention_get()
err
=
bt_mesh_msg_ack_ctx_wait
(
&
health_cli
->
ack_ctx
,
K_MSEC
(
msg_timeout
)
)
;
health_cli.c:209
bt_mesh_health_attention_get()
bt_mesh_msg_ack_ctx_clear
(
&
health_cli
->
ack_ctx
)
;
health_cli.c:245
bt_mesh_health_attention_set()
bt_mesh_msg_ack_ctx_clear
(
&
health_cli
->
ack_ctx
)
;
health_cli.c:250
bt_mesh_health_attention_set()
err
=
bt_mesh_msg_ack_ctx_wait
(
&
health_cli
->
ack_ctx
,
K_MSEC
(
msg_timeout
)
)
;
health_cli.c:254
bt_mesh_health_attention_set()
bt_mesh_msg_ack_ctx_clear
(
&
health_cli
->
ack_ctx
)
;
health_cli.c:283
bt_mesh_health_period_get()
err
=
bt_mesh_msg_ack_ctx_wait
(
&
health_cli
->
ack_ctx
,
K_MSEC
(
msg_timeout
)
)
;
health_cli.c:287
bt_mesh_health_period_get()
bt_mesh_msg_ack_ctx_clear
(
&
health_cli
->
ack_ctx
)
;
health_cli.c:323
bt_mesh_health_period_set()
bt_mesh_msg_ack_ctx_clear
(
&
health_cli
->
ack_ctx
)
;
health_cli.c:328
bt_mesh_health_period_set()
err
=
bt_mesh_msg_ack_ctx_wait
(
&
health_cli
->
ack_ctx
,
K_MSEC
(
msg_timeout
)
)
;
health_cli.c:332
bt_mesh_health_period_set()
bt_mesh_msg_ack_ctx_clear
(
&
health_cli
->
ack_ctx
)
;
health_cli.c:373
bt_mesh_health_fault_test()
bt_mesh_msg_ack_ctx_clear
(
&
health_cli
->
ack_ctx
)
;
health_cli.c:378
bt_mesh_health_fault_test()
err
=
bt_mesh_msg_ack_ctx_wait
(
&
health_cli
->
ack_ctx
,
K_MSEC
(
msg_timeout
)
)
;
health_cli.c:382
bt_mesh_health_fault_test()
bt_mesh_msg_ack_ctx_clear
(
&
health_cli
->
ack_ctx
)
;
health_cli.c:422
bt_mesh_health_fault_clear()
bt_mesh_msg_ack_ctx_clear
(
&
health_cli
->
ack_ctx
)
;
health_cli.c:427
bt_mesh_health_fault_clear()
err
=
bt_mesh_msg_ack_ctx_wait
(
&
health_cli
->
ack_ctx
,
K_MSEC
(
msg_timeout
)
)
;
health_cli.c:431
bt_mesh_health_fault_clear()
bt_mesh_msg_ack_ctx_clear
(
&
health_cli
->
ack_ctx
)
;
health_cli.c:466
bt_mesh_health_fault_get()
err
=
bt_mesh_msg_ack_ctx_wait
(
&
health_cli
->
ack_ctx
,
K_MSEC
(
msg_timeout
)
)
;
health_cli.c:470
bt_mesh_health_fault_get()
bt_mesh_msg_ack_ctx_init
(
&
health_cli
->
ack_ctx
)
;
health_cli.c:519
health_cli_init()
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