ESP-IDF
unseg_app_sdu_meta::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
unseg_app_sdu_meta::key
unseg_app_sdu_meta::key field
Syntax
Show:
Summary
Declaration
from
friend.c:339
const
uint8_t
*
key
;
Examples
References
from
examples
Code
Location
Referrer
const
uint8_t
*
key
;
friend.c:339
err
=
bt_mesh_keys_resolve
(
&
net
.
ctx
,
&
net
.
sub
,
&
meta
->
key
,
&
meta
->
aid
)
;
friend.c:359
unseg_app_sdu_unpack()
err
=
bt_mesh_app_decrypt
(
meta
->
key
,
&
meta
->
crypto
,
in
,
out
)
;
friend.c:402
unseg_app_sdu_decrypt()
err
=
bt_mesh_app_encrypt
(
meta
->
key
,
&
meta
->
crypto
,
buf
)
;
friend.c:423
unseg_app_sdu_encrypt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
unseg_app_sdu_meta::key
is read by 2 functions:
All items filtered out
unseg_app_sdu_meta::key
unseg_app_sdu_decrypt()
unseg_app_sdu_encrypt()
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