ESP-IDF
msg_cred_create()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
msg_cred_create()
msg_cred_create() function
Syntax
Show:
Summary
Declaration
from
subnet.c:297
static
int
msg_cred_create
(
struct
bt_mesh_net_cred
*
cred
,
const
uint8_t
*
p
,
size_t
p_len
,
const
uint8_t
key
[
16
]
)
;
Arguments
Argument
cred
p
p_len
key
Related Functions
Found 3 other functions taking a
bt_mesh_net_cred
argument:
Function
Description
net_encrypt()
bt_mesh_friend_cred_create()
Create Friendship credentials.
net_decrypt()
Examples
References
from
examples
Code
Location
Referrer
static
int
msg_cred_create
(
struct
bt_mesh_net_cred
*
cred
,
const
uint8_t
*
p
,
subnet.c:297
err
=
msg_cred_create
(
&
keys
->
msg
,
&
p
,
1
,
key
)
;
subnet.c:309
net_keys_create()
return
msg_cred_create
(
cred
,
p
,
sizeof
(
p
)
,
key
)
;
subnet.c:476
bt_mesh_friend_cred_create()
Call Tree
from
examples
msg_cred_create()
is called by 2 functions and calls 1 function:
net_keys_create()
bt_mesh_friend_cred_create()
All items filtered out
msg_cred_create()
bt_mesh_k2()
All items filtered out
Data Use
from
examples
msg_cred_create()
reads 2 variables:
bt_mesh_net_cred::enc
bt_mesh_net_cred::privacy
All items filtered out
msg_cred_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