ESP-IDF
bt_mesh_session_key()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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_session_key()
bt_mesh_session_key() function
Syntax
Show:
Summary
Declaration
from
crypto.h:81
static
inline
int
bt_mesh_session_key
(
const
uint8_t
dhkey
[
32
]
,
const
uint8_t
prov_salt
[
16
]
,
uint8_t
session_key
[
16
]
)
;
Arguments
Argument
dhkey
prov_salt
session_key
Examples
References
from
examples
Code
Location
Referrer
static
inline
int
bt_mesh_session_key
(
const
uint8_t
dhkey
[
32
]
,
crypto.h:81
err
=
bt_mesh_session_key
(
bt_mesh_prov_link
.
dhkey
,
prov_device.c:480
prov_data()
err
=
bt_mesh_session_key
(
bt_mesh_prov_link
.
dhkey
,
provisioner.c:462
send_prov_data()
Call Tree
from
examples
bt_mesh_session_key()
is called by 2 functions and calls 1 function:
prov_data()
send_prov_data()
All items filtered out
bt_mesh_session_key()
bt_mesh_k1()
All items filtered out
Data Use
from
examples
bt_mesh_session_key()
:
All items filtered out
bt_mesh_session_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