df_server sample
app_key
is only used within df_server sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
df_server sample
app_key
app_key variable
Syntax
Show:
Summary
Declaration
from
main.c:49
static
uint8_t
app_key
[
16
]
=
{
0
}
;
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
app_key
[
16
]
=
{
0
}
;
main.c:49
esp_ble_mesh_node_add_local_app_key
(
app_key
,
net_idx
,
APP_KEY_IDX
)
;
main.c:151
prov_complete()
memset
(
app_key
,
APP_KEY_OCTET
,
sizeof
(
app_key
)
)
;
main.c:448
ble_mesh_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
app_key
is read by 2 functions:
All items filtered out
app_key
prov_complete()
ble_mesh_init()
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