ESP-IDF
bt_mesh_identity_key()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_identity_key()
bt_mesh_identity_key() function
Syntax
Show:
Summary
Declaration
from
crypto.h:60
static
inline
int
bt_mesh_identity_key
(
const
uint8_t
net_key
[
16
]
,
uint8_t
identity_key
[
16
]
)
;
Arguments
Argument
net_key
identity_key
Examples
References
from
examples
Code
Location
Referrer
static
inline
int
bt_mesh_identity_key
(
const
uint8_t
net_key
[
16
]
,
crypto.h:60
err
=
bt_mesh_identity_key
(
key
,
keys
->
identity
)
;
subnet.c:330
net_keys_create()
Call Tree
from
examples
bt_mesh_identity_key()
is called by 1 function and calls 1 function:
net_keys_create()
All items filtered out
bt_mesh_identity_key()
bt_mesh_id128()
All items filtered out
Data Use
from
examples
bt_mesh_identity_key()
:
All items filtered out
bt_mesh_identity_key()
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