ESP-IDF
app_key_set()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/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
app_key_set()
app_key_set() function
Syntax
Show:
Summary
Declaration
from
settings.c:524
static
int
app_key_set
(
const
char
*
name
)
;
Arguments
Argument
name
Examples
References
from
examples
Code
Location
static
int
app_key_set
(
const
char
*
name
)
settings.c:524
{
"mesh/appkey"
,
app_key_set
}
,
/* For Node */
settings.c:1282
Call Tree
from
examples
app_key_set()
calls 11 functions:
All items filtered out
app_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()
appkey_exist()
bt_mesh_app_id()
bt_mesh_app_key_alloc()
All items filtered out
Data Use
from
examples
app_key_set()
reads 10 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_app_key::net_idx
bt_mesh_app_key::app_idx
bt_mesh_app_keys::val
bt_mesh_app_key::keys
app_key_val::net_idx
app_key_val::updated
app_key_val::val
All items filtered out
app_key_set()
bt_mesh_app_key::net_idx
bt_mesh_app_key::app_idx
bt_mesh_app_key::updated
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