ESP-IDF
bt_mesh_subnet_keys::msg
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::msg
bt_mesh_subnet_keys::msg field
Syntax
Show:
Summary
Declaration
from
subnet.h:58
struct
bt_mesh_net_cred
msg
;
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_net_cred
msg
;
subnet.h:58
.
msg
;
friend.c:484
encrypt_friend_pdu()
return
&
tx
->
sub
->
keys
[
SUBNET_KEY_TX_IDX
(
tx
->
sub
)
]
.
msg
;
net.c:414
net_tx_cred_get()
cred
=
&
rx
->
sub
->
keys
[
SUBNET_KEY_TX_IDX
(
rx
->
sub
)
]
.
msg
;
net.c:698
bt_mesh_net_relay()
err
=
msg_cred_create
(
&
keys
->
msg
,
&
p
,
1
,
key
)
;
subnet.c:309
net_keys_create()
BT_DBG
(
"NID 0x%02x EncKey %s"
,
keys
->
msg
.
nid
,
subnet.c:317
net_keys_create()
bt_hex
(
keys
->
msg
.
enc
,
16
)
)
;
subnet.c:318
net_keys_create()
BT_DBG
(
"PrivacyKey %s"
,
bt_hex
(
keys
->
msg
.
privacy
,
16
)
)
;
subnet.c:319
net_keys_create()
if
(
cb
(
rx
,
in
,
out
,
&
rx
->
sub
->
keys
[
j
]
.
msg
)
)
{
subnet.c:801
bt_mesh_net_cred_find()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_subnet_keys::msg
is read by 1 function:
All items filtered out
bt_mesh_subnet_keys::msg
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