ESP-IDF
bt_mesh_prov_conf()
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()
bt_mesh_prov_conf() function
Syntax
Show:
Summary
Declaration
Definition
from
crypto.h:165
int
bt_mesh_prov_conf
(
const
uint8_t
conf_key
[
16
]
,
const
uint8_t
rand
[
16
]
,
const
uint8_t
auth
[
16
]
,
uint8_t
conf
[
16
]
)
;
Implemented in
crypto.c:847
Arguments
Argument
conf_key
rand
auth
conf
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_prov_conf
(
const
uint8_t
conf_key
[
16
]
,
const
uint8_t
rand
[
16
]
,
crypto.c:847
int
bt_mesh_prov_conf
(
const
uint8_t
conf_key
[
16
]
,
const
uint8_t
rand
[
16
]
,
crypto.c:558
int
bt_mesh_prov_conf
(
const
uint8_t
conf_key
[
16
]
,
const
uint8_t
rand
[
16
]
,
crypto.h:165
int
bt_mesh_prov_conf
(
const
uint8_t
conf_key
[
16
]
,
const
uint8_t
rand
[
16
]
,
crypto.h:163
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()
if
(
bt_mesh_prov_conf
(
prov_link
.
conf_key
,
prov_link
.
rand
,
prov_node.c:515
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
(
link
->
conf_key
,
link
->
rand
,
link
->
auth
,
conf
)
)
{
prov_pvnr.c:1548
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
(
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
bt_mesh_prov_conf()
is called by 6 functions and calls 4 functions:
send_confirm()
prov_random()
send_confirm()
prov_random()
send_confirm()
prov_random()
All items filtered out
bt_mesh_prov_conf()
esp_log_timestamp()
esp_log_write()
bt_hex()
bt_mesh_aes_cmac()
All items filtered out
Data Use
from
examples
bt_mesh_prov_conf()
reads 1 variable:
esp_log_level_t::ESP_LOG_DEBUG
All items filtered out
bt_mesh_prov_conf()
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