ESP-IDF
bt_rand()
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_rand()
bt_rand() function
Syntax
Show:
Summary
Declaration
Definition
from
glue.h:427
int
bt_rand
(
void
*
buf
,
size_t
len
)
;
Implemented in
glue.c:617
Arguments
Argument
buf
len
Examples
References
from
examples
Code
Location
Referrer
bt_rand
(
void
*
buf
,
size_t
len
)
glue.c:618
int
bt_rand
(
void
*
buf
,
size_t
len
)
;
glue.h:427
bt_rand
(
&
link
.
id
,
sizeof
(
link
.
id
)
)
;
pb_adv.c:846
prov_link_open()
bt_rand
(
&
value
,
sizeof
(
value
)
)
;
prov.c:140
get_auth_string()
bt_rand
(
&
num
,
sizeof
(
num
)
)
;
prov.c:166
get_auth_number()
if
(
bt_rand
(
bt_mesh_prov_link
.
rand
,
16
)
)
{
prov_device.c:182
send_confirm()
if
(
bt_rand
(
bt_mesh_prov_link
.
rand
,
16
)
)
{
provisioner.c:277
send_confirm()
err
=
bt_rand
(
proxy_svc_data
+
11
,
8
)
;
proxy_srv.c:442
node_id_adv()
Call Tree
from
examples
bt_rand()
is called by 6 functions and calls 1 function:
get_auth_string()
get_auth_number()
prov_link_open()
send_confirm()
send_confirm()
node_id_adv()
All items filtered out
bt_rand()
ble_hs_hci_util_rand()
All items filtered out
Data Use
from
examples
bt_rand()
:
All items filtered out
bt_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