ESP-IDF
bt_mesh_rand()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_rand()
bt_mesh_rand() function
Syntax
Show:
Summary
Declaration
Definition
from
common.h:54
int
bt_mesh_rand
(
void
*
buf
,
size_t
len
)
;
Implemented in
common.c:75
Arguments
Argument
buf
len
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_rand
(
void
*
buf
,
size_t
len
)
common.c:75
int
bt_mesh_rand
(
void
*
buf
,
size_t
len
)
;
common.h:54
bt_mesh_rand
(
bt_mesh_private_key
,
sizeof
(
bt_mesh_private_key
)
)
;
adapter.c:1854
bt_mesh_adapt_init()
return
bt_mesh_rand
(
buf
,
len
)
;
ext.c:495
bt_mesh_ext_rand()
bt_mesh_rand
(
&
delay
,
sizeof
(
uint32_t
)
)
;
main.c:483
bt_mesh_init()
bt_mesh_rand
(
str
,
size
)
;
prov_node.c:313
prov_auth()
bt_mesh_rand
(
&
num
,
sizeof
(
num
)
)
;
prov_node.c:337
prov_auth()
if
(
bt_mesh_rand
(
prov_link
.
rand
,
rand_val_size
)
)
{
prov_node.c:500
send_confirm()
bt_mesh_rand
(
&
link
->
link_id
,
sizeof
(
link
->
link_id
)
)
;
prov_pvnr.c:1084
send_link_open()
bt_mesh_rand
(
&
link
->
link_id
,
sizeof
(
link
->
link_id
)
)
;
prov_pvnr.c:1095
send_link_open()
bt_mesh_rand
(
str
,
size
)
;
prov_pvnr.c:1438
prov_auth()
bt_mesh_rand
(
&
num
,
sizeof
(
num
)
)
;
prov_pvnr.c:1460
prov_auth()
if
(
bt_mesh_rand
(
link
->
rand
,
rand_size
)
)
{
prov_pvnr.c:1534
send_confirm()
err
=
bt_mesh_rand
(
proxy_svc_data
+
11
,
8
)
;
proxy_server.c:1451
node_id_adv()
if
(
bt_mesh_rand
(
p_key
,
16
)
)
{
pvnr_mgmt.c:93
bt_mesh_provisioner_net_create()
if
(
bt_mesh_rand
(
p_key
,
16
)
)
{
pvnr_mgmt.c:947
bt_mesh_provisioner_local_app_key_add()
if
(
bt_mesh_rand
(
p_key
,
16
)
)
{
pvnr_mgmt.c:1207
bt_mesh_provisioner_local_net_key_add()
Call Tree
from
examples
bt_mesh_rand()
is called by 10 functions and calls 4 functions:
bt_mesh_adapt_init()
bt_mesh_init()
prov_auth()
send_confirm()
send_link_open()
node_id_adv()
bt_mesh_provisioner_net_create()
bt_mesh_provisioner_local_app_key_add()
bt_mesh_provisioner_local_net_key_add()
bt_mesh_ext_rand()
All items filtered out
bt_mesh_rand()
esp_log_timestamp()
esp_log_write()
esp_fill_random()
bt_hex()
All items filtered out
Data Use
from
examples
bt_mesh_rand()
reads 2 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_DEBUG
All items filtered out
bt_mesh_rand()
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