ESP-IDF
bt_mesh_prov_conf_key()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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()
bt_mesh_prov_conf_key() function
Syntax
Show:
Summary
Declaration
Definition
from
crypto.h:162
int
bt_mesh_prov_conf_key
(
const
uint8_t
dhkey
[
32
]
,
const
uint8_t
conf_salt
[
16
]
,
uint8_t
conf_key
[
16
]
)
;
Implemented in
crypto.c:841
Arguments
Argument
Declared as
dhkey
const
uint8_t
[
32
]
conf_salt
const
uint8_t
[
16
]
conf_key
uint8_t
[
16
]
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_prov_conf_key
(
const
uint8_t
dhkey
[
32
]
,
const
uint8_t
conf_salt
[
16
]
,
crypto.c:841
int
bt_mesh_prov_conf_key
(
const
uint8_t
dhkey
[
32
]
,
const
uint8_t
conf_salt
[
16
]
,
crypto.c:552
int
bt_mesh_prov_conf_key
(
const
uint8_t
dhkey
[
32
]
,
const
uint8_t
conf_salt
[
16
]
,
crypto.h:162
int
bt_mesh_prov_conf_key
(
const
uint8_t
dhkey
[
32
]
,
const
uint8_t
conf_salt
[
16
]
,
crypto.h:160
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_conf_key
(
prov_link
.
dhkey
,
prov_link
.
conf_salt
,
prov_node.c:476
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_key
(
bt_mesh_prov_link
.
dhkey
,
provisioner.c:268
send_confirm()
Call Tree
from
examples
bt_mesh_prov_conf_key()
is called by 3 functions and calls 1 function:
send_confirm()
send_confirm()
send_confirm()
All items filtered out
bt_mesh_prov_conf_key()
bt_mesh_k1()
All items filtered out
Data Use
from
examples
bt_mesh_prov_conf_key()
:
All items filtered out
bt_mesh_prov_conf_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