ESP-IDF
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
LINK_ACTIVE
LINK_ACTIVE value
Syntax
Show:
Summary
Declaration
from
prov.h:81
LINK_ACTIVE
;
Examples
References
from
examples
Code
Location
Referrer
LINK_ACTIVE
,
/* Link has been opened */
prov.h:81
return
atomic_test_bit
(
bt_mesh_prov_link
.
flags
,
LINK_ACTIVE
)
;
prov.c:319
bt_mesh_prov_active()
atomic_set_bit
(
bt_mesh_prov_link
.
flags
,
LINK_ACTIVE
)
;
prov.c:365
prov_link_opened()
if
(
atomic_test_and_set_bit
(
bt_mesh_prov_link
.
flags
,
LINK_ACTIVE
)
)
{
provisioner.c:731
bt_mesh_pb_adv_open()
atomic_clear_bit
(
bt_mesh_prov_link
.
flags
,
LINK_ACTIVE
)
;
provisioner.c:746
bt_mesh_pb_adv_open()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LINK_ACTIVE
is read by 3 functions:
All items filtered out
LINK_ACTIVE
bt_mesh_prov_active()
prov_link_opened()
bt_mesh_pb_adv_open()
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