ESP-IDF
bt_mesh_prov_link::conf_salt
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_prov_link::conf_salt
bt_mesh_prov_link::conf_salt field
Syntax
Show:
Summary
Declaration
from
prov_common.h:207
uint8_t
conf_salt
[
PROV_CONF_MAX_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
conf_salt
[
16
]
;
/* ConfirmationSalt */
prov.h:127
uint8_t
conf_salt
[
PROV_CONF_MAX_SIZE
]
;
/* ConfirmationSalt */
prov_common.h:207
if
(
bt_mesh_prov_conf_salt
(
inputs
,
bt_mesh_prov_link
.
conf_salt
)
)
{
prov_device.c:165
send_confirm()
BT_DBG
(
"ConfirmationSalt: %s"
,
bt_hex
(
bt_mesh_prov_link
.
conf_salt
,
16
)
)
;
prov_device.c:171
send_confirm()
if
(
bt_mesh_prov_conf_key
(
bt_mesh_prov_link
.
dhkey
,
bt_mesh_prov_link
.
conf_salt
,
prov_device.c:173
send_confirm()
if
(
bt_mesh_prov_salt
(
bt_mesh_prov_link
.
conf_salt
,
data
,
prov_device.c:433
prov_random()
if
(
bt_mesh_prov_conf_salt
(
prov_link
.
conf_inputs
,
prov_link
.
conf_salt
)
)
{
prov_node.c:470
send_confirm()
if
(
bt_mesh_prov_conf_key
(
prov_link
.
dhkey
,
prov_link
.
conf_salt
,
prov_node.c:476
send_confirm()
if
(
bt_mesh_prov_conf_salt_epa
(
prov_link
.
conf_inputs
,
prov_link
.
conf_salt
)
)
{
prov_node.c:485
send_confirm()
prov_link
.
conf_salt
,
prov_link
.
conf_key
)
)
{
prov_node.c:492
send_confirm()
BT_DBG
(
"ConfirmationSalt: %s"
,
bt_hex
(
prov_link
.
conf_salt
,
conf_salt_size
)
)
;
prov_node.c:506
send_confirm()
if
(
bt_mesh_prov_salt
(
prov_link
.
conf_salt
,
data
,
prov_link
.
rand
,
prov_node.c:821
prov_random()
if
(
bt_mesh_prov_salt_epa
(
prov_link
.
conf_salt
,
data
,
prov_link
.
rand
,
prov_node.c:830
prov_random()
if
(
bt_mesh_prov_conf_salt
(
link
->
conf_inputs
,
link
->
conf_salt
)
)
{
prov_pvnr.c:1510
send_confirm()
if
(
bt_mesh_prov_conf_key
(
link
->
dhkey
,
link
->
conf_salt
,
link
->
conf_key
)
)
{
prov_pvnr.c:1515
send_confirm()
if
(
bt_mesh_prov_conf_salt_epa
(
link
->
conf_inputs
,
link
->
conf_salt
)
)
{
prov_pvnr.c:1522
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()
BT_DBG
(
"ConfirmationSalt: %s"
,
bt_hex
(
link
->
conf_salt
,
conf_salt_size
)
)
;
prov_pvnr.c:1539
send_confirm()
if
(
bt_mesh_prov_salt
(
link
->
conf_salt
,
link
->
rand
,
data
,
prov_pvnr.c:2184
prov_random()
if
(
bt_mesh_prov_salt_epa
(
link
->
conf_salt
,
link
->
rand
,
data
,
prov_pvnr.c:2192
prov_random()
if
(
bt_mesh_prov_conf_salt
(
inputs
,
bt_mesh_prov_link
.
conf_salt
)
)
{
provisioner.c:260
send_confirm()
BT_DBG
(
"ConfirmationSalt: %s"
,
bt_hex
(
bt_mesh_prov_link
.
conf_salt
,
16
)
)
;
provisioner.c:266
send_confirm()
bt_mesh_prov_link
.
conf_salt
,
bt_mesh_prov_link
.
conf_key
)
)
{
provisioner.c:269
send_confirm()
if
(
bt_mesh_prov_salt
(
bt_mesh_prov_link
.
conf_salt
,
provisioner.c:594
prov_random()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::conf_salt
is read by 6 functions:
All items filtered out
bt_mesh_prov_link::conf_salt
send_confirm()
prov_random()
send_confirm()
prov_random()
send_confirm()
prov_random()
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