ESP-IDF
bt_mesh_prov_conf_key_epa()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_prov_conf_key_epa()
bt_mesh_prov_conf_key_epa() function
Syntax
Show:
Summary
Declaration
from
utils.h:84
int
bt_mesh_prov_conf_key_epa
(
const
uint8_t
dhkey
[
32
]
,
const
uint8_t
auth
[
32
]
,
const
uint8_t
conf_salt
[
32
]
,
uint8_t
conf_key
[
32
]
)
;
Arguments
Argument
dhkey
auth
conf_salt
conf_key
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_prov_conf_key_epa
(
const
uint8_t
dhkey
[
32
]
,
const
uint8_t
auth
[
32
]
,
utils.h:84
if
(
bt_mesh_prov_conf_key_epa
(
prov_link
.
dhkey
,
prov_link
.
auth
,
prov_node.c:491
send_confirm()
if
(
bt_mesh_prov_conf_key_epa
(
link
->
dhkey
,
link
->
auth
,
link
->
conf_salt
,
link
->
conf_key
)
)
{
prov_pvnr.c:1527
send_confirm()
Call Tree
from
examples
bt_mesh_prov_conf_key_epa()
is called by 1 function:
send_confirm()
All items filtered out
bt_mesh_prov_conf_key_epa()
All items filtered out
Data Use
from
examples
All items filtered out
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