ESP-IDF
+
0
/2 examples
SourceVu will show references to
example_fast_prov_server_t::state
from the following samples and libraries:
wifi_coexist sample
fast_prov_server sample
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
example_fast_prov_server_t::state
example_fast_prov_server_t::state field
Syntax
Show:
Summary
Declaration
from
ble_mesh_fast_prov_server_model.h:77
uint8_t
state
;
Examples
example_fast_prov_server_t::state
is referenced by 2 libraries and example projects:
wifi_coexist sample
fast_prov_server sample
References
from
0/2
examples
Code
Location
Referrer
uint8_t
state
;
/* Fast prov state -> 0: idle, 1: pend, 2: active */
ble_mesh_fast_prov_server_model.h:77
if
(
srv
->
state
==
STATE_PEND
)
{
ble_mesh_fast_prov_server_model.c:151
example_fast_prov_server_recv_msg()
if
(
srv
->
state
==
STATE_ACTIVE
)
{
ble_mesh_fast_prov_server_model.c:193
example_fast_prov_server_recv_msg()
if
(
srv
->
state
==
STATE_PEND
)
{
ble_mesh_fast_prov_server_model.c:314
example_fast_prov_server_recv_msg()
srv
->
state
=
STATE_PEND
;
ble_mesh_fast_prov_server_model.c:472
example_handle_fast_prov_info_set_comp_evt()
switch
(
srv
->
state
)
{
ble_mesh_fast_prov_server_model.c:516
example_handle_fast_prov_action_set_comp_evt()
if
(
srv
->
state
==
STATE_IDLE
||
srv
->
state
==
STATE_PEND
)
{
ble_mesh_fast_prov_server_model.c:559
example_handle_fast_prov_action_set_comp_evt()
srv
->
state
=
STATE_ACTIVE
;
ble_mesh_fast_prov_server_model.c:560
example_handle_fast_prov_action_set_comp_evt()
}
else
if
(
srv
->
state
==
STATE_ACTIVE
)
{
ble_mesh_fast_prov_server_model.c:561
example_handle_fast_prov_action_set_comp_evt()
srv
->
state
=
STATE_IDLE
;
ble_mesh_fast_prov_server_model.c:562
example_handle_fast_prov_action_set_comp_evt()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
example_fast_prov_server_t::state
is written by 2 functions and is read by 2 functions:
example_handle_fast_prov_info_set_comp_evt()
example_handle_fast_prov_action_set_comp_evt()
All items filtered out
example_fast_prov_server_t::state
example_fast_prov_server_recv_msg()
example_handle_fast_prov_action_set_comp_evt()
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out