ESP-IDF
+
0
/3 examples
SourceVu will show references to
example_store_node_info()
from the following samples and libraries:
wifi_coexist sample
fast_prov_client sample
fast_prov_server sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
example_store_node_info()
example_store_node_info() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_mesh_fast_prov_operation.h:16
esp_err_t
example_store_node_info
(
const
uint8_t
uuid
[
16
]
,
uint16_t
node_addr
,
uint8_t
elem_num
,
uint16_t
net_idx
,
uint16_t
app_idx
,
uint8_t
onoff
)
;
Implemented in
ble_mesh_fast_prov_operation.c:45
Arguments
Argument
uuid
node_addr
elem_num
net_idx
app_idx
onoff
Examples
example_store_node_info()
is referenced by 3 libraries and example projects:
wifi_coexist sample
fast_prov_client sample
fast_prov_server sample
References
from
0/3
examples
Code
Location
esp_err_t
example_store_node_info
(
const
uint8_t
uuid
[
16
]
,
uint16_t
node_addr
,
ble_mesh_fast_prov_operation.c:45
esp_err_t
example_store_node_info
(
const
uint8_t
uuid
[
16
]
,
uint16_t
node_addr
,
ble_mesh_fast_prov_operation.h:16
Call Tree
from
0/3
examples
example_store_node_info()
calls 2 functions:
All items filtered out
example_store_node_info()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
0/3
examples
example_store_node_info()
reads 8 variables and writes 7 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
example_node_info_t::uuid
example_node_info_t::unicast_addr
nodes_info
All items filtered out
example_store_node_info()
example_node_info_t::reprov
example_node_info_t::unicast_addr
example_node_info_t::element_num
example_node_info_t::net_idx
example_node_info_t::app_idx
example_node_info_t::onoff
example_node_info_t::lack_of_addr
All items filtered out
Class Tree
from
0/3
examples
All items filtered out
All items filtered out
Override Tree
from
0/3
examples
All items filtered out
All items filtered out
Implementations
from
0/3
examples
All items filtered out
All items filtered out
Instances
from
0/3
examples
Lifecycle
from
0/3
examples
All items filtered out
All items filtered out