ESP-IDF
bt_mesh_prov_salt_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_salt_epa()
bt_mesh_prov_salt_epa() function
Syntax
Show:
Summary
Declaration
from
utils.h:77
int
bt_mesh_prov_salt_epa
(
const
uint8_t
conf_salt
[
32
]
,
const
uint8_t
prov_rand
[
32
]
,
const
uint8_t
dev_rand
[
32
]
,
uint8_t
prov_salt
[
16
]
)
;
Arguments
Argument
conf_salt
prov_rand
dev_rand
prov_salt
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_prov_salt_epa
(
const
uint8_t
conf_salt
[
32
]
,
utils.h:77
if
(
bt_mesh_prov_salt_epa
(
prov_link
.
conf_salt
,
data
,
prov_link
.
rand
,
prov_node.c:830
prov_random()
if
(
bt_mesh_prov_salt_epa
(
link
->
conf_salt
,
link
->
rand
,
data
,
prov_pvnr.c:2192
prov_random()
Call Tree
from
examples
bt_mesh_prov_salt_epa()
is called by 1 function:
prov_random()
All items filtered out
bt_mesh_prov_salt_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