ESP-IDF
WAIT_PUB_KEY
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
WAIT_PUB_KEY
WAIT_PUB_KEY value
Syntax
Show:
Summary
Declaration
from
prov.h:80
WAIT_PUB_KEY
;
Examples
References
from
examples
Code
Location
Referrer
WAIT_PUB_KEY
,
/* Waiting for local PubKey to be generated */
prov.h:80
atomic_set_bit
(
bt_mesh_prov_link
.
flags
,
WAIT_PUB_KEY
)
;
prov_device.c:361
prov_pub_key()
if
(
atomic_test_and_clear_bit
(
bt_mesh_prov_link
.
flags
,
WAIT_PUB_KEY
)
)
{
prov_device.c:378
pub_key_ready()
atomic_set_bit
(
bt_mesh_prov_link
.
flags
,
WAIT_PUB_KEY
)
;
provisioner.c:90
start_sent()
if
(
atomic_test_and_clear_bit
(
bt_mesh_prov_link
.
flags
,
WAIT_PUB_KEY
)
)
{
provisioner.c:427
pub_key_ready()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
WAIT_PUB_KEY
is read by 4 functions:
All items filtered out
WAIT_PUB_KEY
prov_pub_key()
pub_key_ready()
start_sent()
pub_key_ready()
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