ESP-IDF
bt_mesh_prov_link::pending_ack
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_prov_link::pending_ack
bt_mesh_prov_link::pending_ack field
Syntax
Show:
Summary
Declaration
from
prov_common.h:251
uint8_t
pending_ack
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
pending_ack
;
/* Decide which transaction id ack is pending */
prov_common.h:251
BT_DBG
(
"xact %u complete"
,
link
->
pending_ack
)
;
prov_common.c:310
ack_complete()
link
->
pending_ack
=
PROV_XACT_NVAL
;
prov_common.c:312
ack_complete()
if
(
link
->
pending_ack
==
xact_id
)
{
prov_common.c:325
bt_mesh_gen_prov_ack_send()
if
(
link
->
pending_ack
==
PROV_XACT_NVAL
)
{
prov_common.c:335
bt_mesh_gen_prov_ack_send()
link
->
pending_ack
=
xact_id
;
prov_common.c:336
bt_mesh_gen_prov_ack_send()
prov_link
.
pending_ack
=
PROV_XACT_NVAL
;
prov_node.c:91
reset_state()
link
->
pending_ack
=
PROV_XACT_NVAL
;
prov_pvnr.c:1054
reset_adv_link()
prov_links
[
i
]
.
pending_ack
=
PROV_XACT_NVAL
;
prov_pvnr.c:2797
bt_mesh_provisioner_prov_init()
prov_links
[
i
]
.
pending_ack
=
PROV_XACT_NVAL
;
prov_pvnr.c:2860
bt_mesh_provisioner_prov_reset()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::pending_ack
is written by 6 functions and is read by 2 functions:
ack_complete()
bt_mesh_gen_prov_ack_send()
reset_state()
reset_adv_link()
bt_mesh_provisioner_prov_init()
bt_mesh_provisioner_prov_reset()
All items filtered out
bt_mesh_prov_link::pending_ack
ack_complete()
bt_mesh_gen_prov_ack_send()
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