ESP-IDF
net_keys_create()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
net_keys_create()
net_keys_create() function
Syntax
Show:
Summary
Declaration
from
subnet.c:303
static
int
net_keys_create
(
struct
bt_mesh_subnet_keys
*
keys
,
const
uint8_t
key
[
16
]
)
;
Arguments
Argument
keys
key
Related Functions
Found 3 other functions taking a
bt_mesh_subnet_keys
argument:
Function
bt_mesh_net_keys_create()
auth_match()
auth_match()
Examples
References
from
examples
Code
Location
Referrer
static
int
net_keys_create
(
struct
bt_mesh_subnet_keys
*
keys
,
subnet.c:303
err
=
net_keys_create
(
&
sub
->
keys
[
0
]
,
key
)
;
subnet.c:372
bt_mesh_subnet_add()
err
=
net_keys_create
(
&
sub
->
keys
[
1
]
,
key
)
;
subnet.c:435
bt_mesh_subnet_update()
if
(
net_keys_create
(
&
sub
->
keys
[
i
]
,
keys
[
i
]
)
)
{
subnet.c:638
bt_mesh_subnet_set()
Call Tree
from
examples
net_keys_create()
is called by 3 functions and calls 7 functions:
bt_mesh_subnet_add()
bt_mesh_subnet_update()
bt_mesh_subnet_set()
All items filtered out
net_keys_create()
esp_log_timestamp()
esp_log_write()
bt_mesh_identity_key()
bt_mesh_beacon_key()
bt_hex()
bt_mesh_k3()
msg_cred_create()
All items filtered out
Data Use
from
examples
net_keys_create()
reads 13 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
bt_mesh_net_cred::nid
bt_mesh_net_cred::enc
bt_mesh_net_cred::privacy
bt_mesh_subnet_keys::net
bt_mesh_subnet_keys::msg
bt_mesh_subnet_keys::net_id
bt_mesh_subnet_keys::identity
bt_mesh_subnet_keys::beacon
All items filtered out
net_keys_create()
bt_mesh_subnet_keys::valid
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