ESP-IDF
WAIT_NUMBER
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_NUMBER
WAIT_NUMBER value
Syntax
Show:
Summary
Declaration
from
prov.h:82
WAIT_NUMBER
;
Examples
References
from
examples
Code
Location
Referrer
WAIT_NUMBER
,
/* Waiting for number input from user */
prov.h:82
atomic_set_bit
(
bt_mesh_prov_link
.
flags
,
WAIT_NUMBER
)
;
prov.c:220
bt_mesh_prov_auth()
atomic_set_bit
(
bt_mesh_prov_link
.
flags
,
WAIT_NUMBER
)
;
prov.c:253
bt_mesh_prov_auth()
if
(
!
atomic_test_and_clear_bit
(
bt_mesh_prov_link
.
flags
,
WAIT_NUMBER
)
)
{
prov.c:281
bt_mesh_input_number()
if
(
atomic_test_bit
(
bt_mesh_prov_link
.
flags
,
WAIT_NUMBER
)
||
prov_device.c:231
start_auth()
atomic_test_bit
(
bt_mesh_prov_link
.
flags
,
WAIT_NUMBER
)
||
provisioner.c:363
prov_dh_key_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
WAIT_NUMBER
is read by 4 functions:
All items filtered out
WAIT_NUMBER
bt_mesh_prov_auth()
bt_mesh_input_number()
start_auth()
prov_dh_key_cb()
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