ESP-IDF
bt_mesh_cdb_node::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_cdb_node::dev_key
bt_mesh_cdb_node::dev_key field
Syntax
Show:
Summary
Declaration
from
cdb.h:34
uint8_t
dev_key
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
dev_key
[
16
]
;
cdb.h:34
*
app_key
=
node
->
dev_key
;
app_keys.c:527
bt_mesh_keys_resolve()
if
(
node
&&
!
cb
(
rx
,
node
->
dev_key
,
cb_data
)
)
{
app_keys.c:577
bt_mesh_app_key_find()
memcpy
(
node
->
dev_key
,
dev_key
,
16
)
;
mesh.c:92
bt_mesh_provision()
bt_mesh_prov_link
.
prov_salt
,
prov_device
.
node
->
dev_key
)
;
provisioner.c:483
send_prov_data()
BT_DBG
(
"DevKey: %s"
,
bt_hex
(
prov_device
.
node
->
dev_key
,
16
)
)
;
provisioner.c:490
send_prov_data()
bt_hex
(
node
->
dev_key
,
16
)
,
node
->
net_idx
,
node
->
num_elem
,
provisioner.c:535
prov_complete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_cdb_node::dev_key
is read by 5 functions:
All items filtered out
bt_mesh_cdb_node::dev_key
bt_mesh_provision()
bt_mesh_keys_resolve()
bt_mesh_app_key_find()
send_prov_data()
prov_complete()
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