ESP-IDF
SEND_CONFIRM
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
SEND_CONFIRM
SEND_CONFIRM value
Syntax
Show:
Summary
Declaration
from
prov_common.h:175
SEND_CONFIRM
;
Examples
References
from
examples
Code
Location
Referrer
SEND_CONFIRM
,
/* Waiting to send Confirm value (Node & Provisioner) */
prov_common.h:175
if
(
bt_mesh_atomic_test_and_clear_bit
(
prov_link
.
flags
,
SEND_CONFIRM
)
)
{
prov_node.c:578
bt_mesh_input_number()
if
(
bt_mesh_atomic_test_and_clear_bit
(
prov_link
.
flags
,
SEND_CONFIRM
)
)
{
prov_node.c:601
bt_mesh_input_string()
if
(
bt_mesh_atomic_test_and_clear_bit
(
prov_link
.
flags
,
SEND_CONFIRM
)
)
{
prov_node.c:687
bt_mesh_calc_dh_key()
bt_mesh_atomic_set_bit
(
prov_link
.
flags
,
SEND_CONFIRM
)
;
prov_node.c:764
prov_confirm()
bt_mesh_atomic_set_bit
(
link
->
flags
,
SEND_CONFIRM
)
;
prov_pvnr.c:1629
bt_mesh_provisioner_set_oob_input_data()
bt_mesh_atomic_set_bit
(
link
->
flags
,
SEND_CONFIRM
)
;
prov_pvnr.c:1784
prov_gen_dh_key()
bt_mesh_atomic_set_bit
(
link
->
flags
,
SEND_CONFIRM
)
;
prov_pvnr.c:1937
prov_confirm()
if
(
bt_mesh_atomic_test_and_clear_bit
(
link
->
flags
,
SEND_CONFIRM
)
)
{
prov_pvnr.c:3194
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
SEND_CONFIRM
is read by 7 functions:
All items filtered out
SEND_CONFIRM
bt_mesh_input_number()
bt_mesh_input_string()
bt_mesh_calc_dh_key()
prov_confirm()
bt_mesh_provisioner_set_oob_input_data()
prov_gen_dh_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