ESP-IDF
app_key_set()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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
cfg_srv.c:463
static
uint8_t
app_key_set
(
uint16_t
net_idx
,
uint16_t
app_idx
,
const
uint8_t
val
[
16
]
,
bool
update
)
;
Arguments
Argument
Declared as
net_idx
uint16_t
app_idx
uint16_t
val
const
uint8_t
[
16
]
update
bool
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
app_key_set
(
uint16_t
net_idx
,
uint16_t
app_idx
,
const
uint8_t
val
[
16
]
,
cfg_srv.c:463
status
=
app_key_set
(
key_net_idx
,
key_app_idx
,
buf
->
data
,
false
)
;
cfg_srv.c:566
app_key_add()
status
=
app_key_set
(
key_net_idx
,
key_app_idx
,
buf
->
data
,
true
)
;
cfg_srv.c:601
app_key_update()
Call Tree
from
examples
app_key_set()
is called by 2 functions and calls 8 functions:
app_key_add()
app_key_update()
All items filtered out
app_key_set()
esp_log_timestamp()
esp_log_write()
bt_mesh_subnet_get()
bt_hex()
bt_mesh_store_app_key()
bt_mesh_app_key_get()
bt_mesh_app_id()
bt_mesh_app_key_alloc()
All items filtered out
Data Use
from
examples
app_key_set()
reads 7 variables and writes 3 variables:
esp_log_level_t::ESP_LOG_DEBUG
bt_mesh_app_key::net_idx
bt_mesh_app_key::updated
bt_mesh_app_keys::id
bt_mesh_app_keys::val
bt_mesh_app_key::keys
bt_mesh_subnet::kr_phase
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