ESP-IDF
bt_mesh_prov_link::conf_key
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_key
bt_mesh_prov_link::conf_key field
Syntax
Show:
Summary
Declaration
from
prov_common.h:208
uint8_t
conf_key
[
PROV_CONF_MAX_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
conf_key
[
16
]
;
/* ConfirmationKey */
prov.h:128
uint8_t
conf_key
[
PROV_CONF_MAX_SIZE
]
;
/* ConfirmationKey */
prov_common.h:208
bt_mesh_prov_link
.
conf_key
)
)
{
prov_device.c:174
send_confirm()
BT_DBG
(
"ConfirmationKey: %s"
,
bt_hex
(
bt_mesh_prov_link
.
conf_key
,
16
)
)
;
prov_device.c:180
send_confirm()
if
(
bt_mesh_prov_conf
(
bt_mesh_prov_link
.
conf_key
,
bt_mesh_prov_link
.
rand
,
prov_device.c:192
send_confirm()
if
(
bt_mesh_prov_conf
(
bt_mesh_prov_link
.
conf_key
,
data
,
prov_device.c:418
prov_random()
prov_link
.
conf_key
)
)
{
prov_node.c:477
send_confirm()
prov_link
.
conf_salt
,
prov_link
.
conf_key
)
)
{
prov_node.c:492
send_confirm()
BT_DBG
(
"ConfirmationKey: %s"
,
bt_hex
(
prov_link
.
conf_key
,
conf_key_size
)
)
;
prov_node.c:507
send_confirm()
if
(
bt_mesh_prov_conf
(
prov_link
.
conf_key
,
prov_link
.
rand
,
prov_node.c:515
send_confirm()
if
(
bt_mesh_prov_conf_epa
(
prov_link
.
conf_key
,
prov_link
.
rand
,
prov_node.c:524
send_confirm()
if
(
bt_mesh_prov_conf
(
prov_link
.
conf_key
,
data
,
prov_link
.
auth
,
conf_verify
)
)
{
prov_node.c:788
prov_random()
if
(
bt_mesh_prov_conf_epa
(
prov_link
.
conf_key
,
data
,
conf_verify
)
)
{
prov_node.c:796
prov_random()
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_key_epa
(
link
->
dhkey
,
link
->
auth
,
link
->
conf_salt
,
link
->
conf_key
)
)
{
prov_pvnr.c:1527
send_confirm()
BT_DBG
(
"ConfirmationKey: %s"
,
bt_hex
(
link
->
conf_key
,
conf_key_size
)
)
;
prov_pvnr.c:1540
send_confirm()
if
(
bt_mesh_prov_conf
(
link
->
conf_key
,
link
->
rand
,
link
->
auth
,
conf
)
)
{
prov_pvnr.c:1548
send_confirm()
if
(
bt_mesh_prov_conf_epa
(
link
->
conf_key
,
link
->
rand
,
conf
)
)
{
prov_pvnr.c:1555
send_confirm()
if
(
bt_mesh_prov_conf
(
link
->
conf_key
,
data
,
link
->
auth
,
conf_verify
)
)
{
prov_pvnr.c:2156
prov_random()
if
(
bt_mesh_prov_conf_epa
(
link
->
conf_key
,
data
,
conf_verify
)
)
{
prov_pvnr.c:2163
prov_random()
bt_mesh_prov_link
.
conf_salt
,
bt_mesh_prov_link
.
conf_key
)
)
{
provisioner.c:269
send_confirm()
BT_DBG
(
"ConfirmationKey: %s"
,
bt_hex
(
bt_mesh_prov_link
.
conf_key
,
16
)
)
;
provisioner.c:275
send_confirm()
if
(
bt_mesh_prov_conf
(
bt_mesh_prov_link
.
conf_key
,
provisioner.c:287
send_confirm()
if
(
bt_mesh_prov_conf
(
bt_mesh_prov_link
.
conf_key
,
provisioner.c:579
prov_random()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::conf_key
is read by 6 functions:
All items filtered out
bt_mesh_prov_link::conf_key
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