ESP-IDF
WAIT_PK_OBR
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_PK_OBR
WAIT_PK_OBR value
Syntax
Show:
Summary
Declaration
from
prov_common.h:183
WAIT_PK_OBR
;
Examples
References
from
examples
Code
Location
Referrer
WAIT_PK_OBR
,
/* Waiting for Remote Provisioning Outbound Report for Public Key */
prov_common.h:183
if
(
bt_mesh_atomic_test_bit
(
link
->
flags
,
WAIT_PK_OBR
)
)
{
prov_pvnr.c:1622
bt_mesh_provisioner_set_oob_input_data()
if
(
bt_mesh_atomic_test_bit
(
link
->
flags
,
WAIT_PK_OBR
)
)
{
prov_pvnr.c:1777
prov_gen_dh_key()
bt_mesh_atomic_set_bit
(
link
->
flags
,
WAIT_PK_OBR
)
;
prov_pvnr.c:1862
send_pub_key()
bt_mesh_atomic_test_and_clear_bit
(
link
->
flags
,
WAIT_PK_OBR
)
;
prov_pvnr.c:3192
bt_mesh_rpr_cli_recv_pub_key_outbound_report()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
WAIT_PK_OBR
is read by 4 functions:
All items filtered out
WAIT_PK_OBR
bt_mesh_provisioner_set_oob_input_data()
prov_gen_dh_key()
send_pub_key()
bt_mesh_rpr_cli_recv_pub_key_outbound_report()
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