ESP-IDF
bt_mesh_app_crypto_ctx::dev_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
bt_mesh_app_crypto_ctx::dev_key
bt_mesh_app_crypto_ctx::dev_key field
Syntax
Show:
Summary
Declaration
from
crypto.h:135
bool
dev_key
;
Examples
References
from
examples
Code
Location
Referrer
bool
dev_key
;
crypto.h:135
if
(
ctx
->
dev_key
)
{
crypto.c:387
create_app_nonce()
BT_DBG
(
"dev_key %u src 0x%04x dst 0x%04x"
,
ctx
->
dev_key
,
ctx
->
src
,
crypto.c:409
bt_mesh_app_encrypt()
meta
->
crypto
.
dev_key
=
BT_MESH_IS_DEV_KEY
(
app_idx
)
;
friend.c:367
unseg_app_sdu_unpack()
.
dev_key
=
BT_MESH_IS_DEV_KEY
(
tx
->
ctx
->
app_idx
)
,
transport.c:615
trans_encrypt()
.
dev_key
=
!
AKF
(
&
hdr
)
,
transport.c:748
sdu_recv()
BT_DBG
(
"AKF %u AID 0x%02x"
,
!
ctx
.
crypto
.
dev_key
,
AID
(
&
hdr
)
)
;
transport.c:760
sdu_recv()
rx
->
ctx
.
app_idx
=
bt_mesh_app_key_find
(
ctx
.
crypto
.
dev_key
,
AID
(
&
hdr
)
,
transport.c:772
sdu_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_app_crypto_ctx::dev_key
is written by 1 function and is read by 3 functions:
unseg_app_sdu_unpack()
All items filtered out
bt_mesh_app_crypto_ctx::dev_key
create_app_nonce()
bt_mesh_app_encrypt()
sdu_recv()
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