ESP-IDF
WAIT_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
WAIT_CONFIRM
WAIT_CONFIRM value
Syntax
Show:
Summary
Declaration
from
prov.h:90
WAIT_CONFIRM
;
Examples
References
from
examples
Code
Location
Referrer
WAIT_CONFIRM
,
/* Wait for send confirm */
prov.h:90
atomic_set_bit
(
bt_mesh_prov_link
.
flags
,
WAIT_CONFIRM
)
;
provisioner.c:365
prov_dh_key_cb()
if
(
atomic_test_and_clear_bit
(
bt_mesh_prov_link
.
flags
,
WAIT_CONFIRM
)
)
{
provisioner.c:447
prov_input_complete()
if
(
atomic_test_and_clear_bit
(
bt_mesh_prov_link
.
flags
,
WAIT_CONFIRM
)
)
{
provisioner.c:629
local_input_complete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
WAIT_CONFIRM
is read by 3 functions:
All items filtered out
WAIT_CONFIRM
prov_dh_key_cb()
prov_input_complete()
local_input_complete()
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