ESP-IDF
ADV_LINK_ACTIVE
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_ACTIVE
ADV_LINK_ACTIVE value
Syntax
Show:
Summary
Declaration
from
pb_adv.c:65
ADV_LINK_ACTIVE
;
Examples
References
from
examples
Code
Location
Referrer
ADV_LINK_ACTIVE
,
/* Link has been opened */
pb_adv.c:65
if
(
!
atomic_test_bit
(
link
.
flags
,
ADV_LINK_ACTIVE
)
)
{
pb_adv.c:298
protocol_timeout()
if
(
!
atomic_test_bit
(
link
.
flags
,
ADV_LINK_ACTIVE
)
)
{
pb_adv.c:513
gen_prov_ctl()
if
(
!
atomic_test_bit
(
link
.
flags
,
ADV_LINK_ACTIVE
)
)
{
pb_adv.c:520
gen_prov_ctl()
if
(
!
atomic_test_bit
(
link
.
flags
,
ADV_LINK_ACTIVE
)
&&
pb_adv.c:555
gen_prov_recv()
if
(
!
atomic_test_bit
(
link
.
flags
,
ADV_LINK_ACTIVE
)
)
{
pb_adv.c:595
prov_retransmit()
if
(
atomic_test_bit
(
link
.
flags
,
ADV_LINK_ACTIVE
)
)
{
pb_adv.c:740
link_open()
atomic_set_bit
(
link
.
flags
,
ADV_LINK_ACTIVE
)
;
pb_adv.c:759
link_open()
if
(
atomic_test_bit
(
link
.
flags
,
ADV_LINK_ACTIVE
)
&&
link
.
id
!=
rx
.
link_id
)
{
pb_adv.c:818
bt_mesh_pb_adv_recv()
if
(
atomic_test_and_set_bit
(
link
.
flags
,
ADV_LINK_ACTIVE
)
)
{
pb_adv.c:840
prov_link_open()
if
(
atomic_test_bit
(
link
.
flags
,
ADV_LINK_ACTIVE
)
)
{
pb_adv.c:867
prov_link_accept()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ADV_LINK_ACTIVE
is read by 8 functions:
All items filtered out
ADV_LINK_ACTIVE
protocol_timeout()
gen_prov_ctl()
gen_prov_recv()
prov_retransmit()
link_open()
bt_mesh_pb_adv_recv()
prov_link_open()
prov_link_accept()
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