ESP-IDF
ADV_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
ADV_LINK_CLOSING
ADV_LINK_CLOSING value
Syntax
Show:
Summary
Declaration
from
pb_adv.c:67
ADV_LINK_CLOSING
;
Examples
References
from
examples
Code
Location
Referrer
ADV_LINK_CLOSING
,
/* Link is closing down */
pb_adv.c:67
if
(
atomic_test_and_clear_bit
(
link
.
flags
,
ADV_LINK_CLOSING
)
)
{
pb_adv.c:136
buf_sent()
if
(
!
atomic_test_bit
(
link
.
flags
,
ADV_LINK_CLOSING
)
)
{
pb_adv.c:427
gen_prov_ack()
if
(
atomic_test_and_set_bit
(
link
.
flags
,
ADV_LINK_CLOSING
)
)
{
pb_adv.c:886
prov_link_close()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ADV_LINK_CLOSING
is read by 3 functions:
All items filtered out
ADV_LINK_CLOSING
buf_sent()
gen_prov_ack()
prov_link_close()
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