ESP-IDF
bt_mesh_subnet_keys::identity
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_subnet_keys::identity
bt_mesh_subnet_keys::identity field
Syntax
Show:
Summary
Declaration
from
net.h:85
uint8_t
identity
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
identity
[
16
]
;
/* IdentityKey */
net.h:85
uint8_t
identity
[
16
]
;
/* IdentityKey */
subnet.h:61
err
=
bt_mesh_identity_key
(
key
,
keys
->
identity
)
;
net.c:212
bt_mesh_net_keys_create()
BT_DBG
(
"IdentityKey %s"
,
bt_hex
(
keys
->
identity
,
16
)
)
;
net.c:218
bt_mesh_net_keys_create()
err
=
bt_mesh_encrypt_be
(
sub
->
keys
[
sub
->
kr_flag
]
.
identity
,
tmp
,
tmp
)
;
proxy_server.c:1460
node_id_adv()
err
=
bt_encrypt_be
(
sub
->
keys
[
SUBNET_KEY_TX_IDX
(
sub
)
]
.
identity
,
tmp
,
proxy_srv.c:451
node_id_adv()
err
=
bt_mesh_identity_key
(
key
,
keys
->
identity
)
;
subnet.c:330
net_keys_create()
BT_DBG
(
"IdentityKey %s"
,
bt_hex
(
keys
->
identity
,
16
)
)
;
subnet.c:336
net_keys_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_subnet_keys::identity
is read by 3 functions:
All items filtered out
bt_mesh_subnet_keys::identity
bt_mesh_net_keys_create()
node_id_adv()
net_keys_create()
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