ESP-IDF
provisioner_store_node()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
provisioner_store_node()
provisioner_store_node() function
Syntax
Show:
Summary
Declaration
from
pvnr_mgmt.c:262
static
int
provisioner_store_node
(
struct
bt_mesh_node
*
node
,
bool
store
,
uint16_t
*
index
)
;
Arguments
Argument
node
store
index
Related Functions
Found 5 other functions taking a
bt_mesh_node
argument:
Function
bt_mesh_provisioner_restore_node_info()
bt_mesh_store_node_info()
bt_mesh_store_node_name()
bt_mesh_store_node_comp_data()
bt_mesh_provisioner_store_node_info()
Examples
References
from
examples
Code
Location
Referrer
static
int
provisioner_store_node
(
struct
bt_mesh_node
*
node
,
bool
store
,
uint16_t
*
index
)
pvnr_mgmt.c:262
return
provisioner_store_node
(
node
,
false
,
NULL
)
;
pvnr_mgmt.c:313
bt_mesh_provisioner_restore_node_info()
return
provisioner_store_node
(
&
node
,
true
,
index
)
;
pvnr_mgmt.c:350
bt_mesh_provisioner_provision()
Call Tree
from
examples
provisioner_store_node()
is called by 2 functions and calls 8 functions:
bt_mesh_provisioner_restore_node_info()
bt_mesh_provisioner_provision()
All items filtered out
provisioner_store_node()
esp_log_timestamp()
esp_log_write()
bt_mesh_calloc()
bt_hex()
bt_mesh_store_node_info()
provisioner_node_count_inc()
bt_mesh_provisioner_lock()
bt_mesh_provisioner_unlock()
All items filtered out
Data Use
from
examples
provisioner_store_node()
reads 4 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
bt_mesh_node::dev_uuid
mesh_nodes
All items filtered out
provisioner_store_node()
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