ESP-IDF
+
0
/2 examples
SourceVu will show references to
example_fast_prov_server_t::max_node_num
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::max_node_num
example_fast_prov_server_t::max_node_num field
Syntax
Show:
Summary
Declaration
from
ble_mesh_fast_prov_server_model.h:55
uint8_t
max_node_num
;
Examples
example_fast_prov_server_t::max_node_num
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
max_node_num
;
/* The maximum number of devices can be provisioned by the Provisioner */
ble_mesh_fast_prov_server_model.h:55
if
(
unicast_max
<
unicast_min
+
srv
->
max_node_num
-
1
)
{
ble_mesh_fast_prov_server_model.c:270
example_fast_prov_server_recv_msg()
srv
->
max_node_num
=
unicast_max
-
unicast_min
+
1
;
ble_mesh_fast_prov_server_model.c:271
example_fast_prov_server_recv_msg()
.
unicast_max
=
unicast_min
+
srv
->
max_node_num
-
1
,
ble_mesh_fast_prov_server_model.c:288
example_fast_prov_server_recv_msg()
srv
->
unicast_min
=
srv
->
set_info
->
unicast_min
+
srv
->
max_node_num
;
ble_mesh_fast_prov_server_model.c:446
example_handle_fast_prov_info_set_comp_evt()
srv
->
unicast_cur
=
srv
->
set_info
->
unicast_min
+
srv
->
max_node_num
;
ble_mesh_fast_prov_server_model.c:448
example_handle_fast_prov_info_set_comp_evt()
srv
->
unicast_step
=
(
srv
->
unicast_max
-
srv
->
unicast_min
)
/
srv
->
max_node_num
;
ble_mesh_fast_prov_server_model.c:452
example_handle_fast_prov_info_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::max_node_num
is written by 1 function and is read by 2 functions:
example_fast_prov_server_recv_msg()
All items filtered out
example_fast_prov_server_t::max_node_num
example_fast_prov_server_recv_msg()
example_handle_fast_prov_info_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