ESP-IDF
WAIT_GEN_DHKEY
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_GEN_DHKEY
WAIT_GEN_DHKEY value
Syntax
Show:
Summary
Declaration
from
prov_common.h:173
WAIT_GEN_DHKEY
;
Examples
References
from
examples
Code
Location
Referrer
WAIT_GEN_DHKEY
,
/* Waiting for remote public key to generate DHKey (Provisioner) */
prov_common.h:173
if
(
bt_mesh_atomic_test_and_clear_bit
(
link
->
flags
,
WAIT_GEN_DHKEY
)
)
{
prov_pvnr.c:1715
bt_mesh_provisioner_read_oob_pub_key()
bt_mesh_atomic_set_bit
(
link
->
flags
,
WAIT_GEN_DHKEY
)
;
prov_pvnr.c:1871
send_pub_key()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
WAIT_GEN_DHKEY
is read by 2 functions:
All items filtered out
WAIT_GEN_DHKEY
bt_mesh_provisioner_read_oob_pub_key()
send_pub_key()
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