ESP-IDF
app_key
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
app_key
app_key struct
Mesh Application Key.
Syntax
Show:
Summary
Declaration
from
app_keys.c:47
struct
app_key
{
uint16_t
net_idx
;
uint16_t
app_idx
;
bool
updated
;
struct
bt_mesh_app_cred
{
uint8_t
id
;
uint8_t
val
[
16
]
;
}
keys
[
2
]
;
}
;
Fields
Field
Declared as
app_key::net_idx
uint16_t
app_key::app_idx
uint16_t
app_key::updated
bool
app_key::keys
struct
bt_mesh_app_cred
{
uint8_t
id
;
uint8_t
val
[
16
]
;
}
[
2
]
Related Functions
Found 3 other functions taking a
app_key
argument:
Function
app_key_evt()
app_key_del()
app_key_revoke()
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
app_key
{
app_keys.c:47
static
struct
app_key
apps
[
CONFIG_BT_MESH_APP_KEY_COUNT
]
=
{
app_keys.c:59
static
struct
app_key
*
app_get
(
uint16_t
app_idx
)
app_keys.c:66
app_get()
static
void
app_key_evt
(
struct
app_key
*
app
,
enum
bt_mesh_key_evt
evt
)
app_keys.c:188
app_key_evt()
app_key_evt()::app
static
struct
app_key
*
app_key_alloc
(
uint16_t
app_idx
)
app_keys.c:200
app_key_alloc()
struct
app_key
*
app
=
NULL
;
app_keys.c:202
app_key_alloc()
static
void
app_key_del
(
struct
app_key
*
app
)
app_keys.c:218
app_key_del()
app_key_del()::app
static
void
app_key_revoke
(
struct
app_key
*
app
)
app_keys.c:233
app_key_revoke()
app_key_revoke()::app
struct
app_key
*
app
=
&
apps
[
i
]
;
app_keys.c:258
subnet_evt()
struct
app_key
*
app
;
app_keys.c:286
bt_mesh_app_key_add()
struct
app_key
*
app
;
app_keys.c:336
bt_mesh_app_key_update()
struct
app_key
*
app
;
app_keys.c:394
bt_mesh_app_key_del()
struct
app_key
*
app
;
app_keys.c:422
bt_mesh_app_key_set()
struct
app_key
*
app
=
&
apps
[
i
]
;
app_keys.c:471
bt_mesh_app_keys_get()
struct
app_key
*
app
=
NULL
;
app_keys.c:500
bt_mesh_keys_resolve()
const
struct
app_key
*
app
=
&
apps
[
i
]
;
app_keys.c:596
bt_mesh_app_key_find()
struct
app_key
*
app
=
&
apps
[
i
]
;
app_keys.c:632
bt_mesh_app_keys_reset()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
apps
app_keys.c:59
return
app_get()
app_keys.c:66
app_key_evt()::app
app_key_evt()
app_keys.c:188
return
app_key_alloc()
app_keys.c:200
app_key_del()::app
app_key_del()
app_keys.c:218
app_key_revoke()::app
app_key_revoke()
app_keys.c:233
Lifecycle
from
examples
All items filtered out
All items filtered out