ESP-IDF
key_update::app_key
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
key_update::app_key
key_update::app_key field
Syntax
Show:
Summary
Declaration
from
settings.c:65
uint16_t
key_idx
:
12
,
valid
:
1
,
app_key
:
1
;
Examples
References
from
examples
Code
Location
Referrer
app_key
:
1
,
/* 1 if this is an AppKey, 0 if a NetKey */
settings.c:67
if
(
update
->
app_key
)
{
settings.c:1869
store_pending_keys()
if
(
update
->
app_key
)
{
settings.c:1875
store_pending_keys()
if
(
update
->
app_key
!=
app_key
)
{
settings.c:2208
key_update_find()
free_slot
->
app_key
=
0U
;
settings.c:2241
bt_mesh_store_subnet()
free_slot
->
app_key
=
1U
;
settings.c:2268
bt_mesh_store_app_key()
free_slot
->
app_key
=
0U
;
settings.c:2318
bt_mesh_clear_subnet()
free_slot
->
app_key
=
1U
;
settings.c:2345
bt_mesh_clear_app_key()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
key_update::app_key
is written by 4 functions and is read by 2 functions:
bt_mesh_store_subnet()
bt_mesh_store_app_key()
bt_mesh_clear_subnet()
bt_mesh_clear_app_key()
All items filtered out
key_update::app_key
store_pending_keys()
key_update_find()
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