ESP-IDF
PROV_RANDOM
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
PROV_RANDOM
PROV_RANDOM macro
Syntax
Show:
Summary
Declaration
from
prov_common.h:50
#define
PROV_RANDOM
0x06
Examples
References
from
examples
Code
Location
#define
PROV_RANDOM
0x06
prov.h:52
#define
PROV_RANDOM
0x06
prov_common.h:50
[
PROV_RANDOM
]
=
PDU_LEN_RANDOM
,
prov.c:332
if
(
(
type
==
PROV_CONFIRM
||
type
==
PROV_RANDOM
)
&&
length
==
32
)
{
prov_common.c:114
bt_mesh_prov_link
.
expect
=
PROV_RANDOM
;
prov_device.c:204
bt_mesh_prov_buf_init
(
rnd
,
PROV_RANDOM
)
;
prov_device.c:396
[
PROV_RANDOM
]
=
prov_random
,
prov_device.c:585
prov_link
.
expect
=
PROV_RANDOM
;
prov_node.c:544
bt_mesh_prov_buf_init
(
&
rnd
,
PROV_RANDOM
)
;
prov_node.c:812
bt_mesh_prov_buf_init
(
&
prov_buf
,
PROV_RANDOM
)
;
prov_pvnr.c:1940
link
->
expect
=
PROV_RANDOM
;
prov_pvnr.c:1950
bt_mesh_prov_buf_init
(
rnd
,
PROV_RANDOM
)
;
provisioner.c:557
bt_mesh_prov_link
.
expect
=
PROV_RANDOM
;
provisioner.c:565
[
PROV_RANDOM
]
=
prov_random
,
provisioner.c:654
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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