ESP-IDF
LINK_CLOSING
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
LINK_CLOSING
LINK_CLOSING value
Syntax
Show:
Summary
Declaration
from
prov_common.h:179
LINK_CLOSING
;
Examples
References
from
examples
Code
Location
Referrer
LINK_CLOSING
,
/* Indicate Link Close is being sent (Provisioner) */
prov_common.h:179
if
(
bt_mesh_atomic_test_bit
(
link
->
flags
,
LINK_CLOSING
)
)
{
prov_common.c:396
buf_sent()
!
bt_mesh_atomic_test_bit
(
link
->
flags
,
LINK_CLOSING
)
)
{
prov_common.c:413
prov_retransmit()
if
(
bt_mesh_atomic_test_bit
(
link
->
flags
,
LINK_CLOSING
)
)
{
prov_common.c:451
prov_retransmit()
bt_mesh_atomic_set_bit
(
link
->
flags
,
LINK_CLOSING
)
;
prov_common.c:549
bt_mesh_prov_bearer_ctl_send()
if
(
bt_mesh_atomic_test_bit
(
prov_link
.
flags
,
LINK_CLOSING
)
)
{
prov_node.c:1161
prov_msg_recv()
!
bt_mesh_atomic_test_bit
(
prov_links
[
i
]
.
flags
,
LINK_CLOSING
)
)
{
prov_pvnr.c:376
provisioner_start_prov_pb_adv()
if
(
bt_mesh_atomic_test_bit
(
link
->
flags
,
LINK_CLOSING
)
)
{
prov_pvnr.c:2413
prov_msg_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LINK_CLOSING
is read by 5 functions:
All items filtered out
LINK_CLOSING
buf_sent()
prov_retransmit()
bt_mesh_prov_bearer_ctl_send()
prov_msg_recv()
provisioner_start_prov_pb_adv()
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