ESP-IDF
net_key_set()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
net_key_set()
net_key_set() function
Syntax
Show:
Summary
Declaration
from
settings.c:467
static
int
net_key_set
(
const
char
*
name
)
;
Arguments
Argument
name
Examples
References
from
examples
Code
Location
static
int
net_key_set
(
const
char
*
name
)
settings.c:467
{
"mesh/netkey"
,
net_key_set
}
,
/* For Node */
settings.c:1281
Call Tree
from
examples
net_key_set()
calls 9 functions:
All items filtered out
net_key_set()
esp_log_timestamp()
esp_log_write()
bt_hex()
net_buf_simple_pull_le16()
bt_mesh_free_buf()
bt_mesh_load_core_settings()
bt_mesh_get_core_settings_item()
subnet_exist()
subnet_alloc()
All items filtered out
Data Use
from
examples
net_key_set()
reads 9 variables and writes 3 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_INFO
net_buf_simple::len
bt_mesh_subnet::net_idx
bt_mesh_subnet_keys::net
bt_mesh_subnet::keys
net_key_val::kr_flag
net_key_val::kr_phase
net_key_val::val
All items filtered out
net_key_set()
bt_mesh_subnet::net_idx
bt_mesh_subnet::kr_flag
bt_mesh_subnet::kr_phase
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