ESP-IDF
PDU_LEN_START
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
PDU_LEN_START
PDU_LEN_START macro
Syntax
Show:
Summary
Declaration
from
prov.h:61
#define
PDU_LEN_START
5
Examples
References
from
examples
Code
Location
#define
PDU_LEN_START
5
prov.h:61
[
PROV_START
]
=
PDU_LEN_START
,
prov.c:328
uint8_t
start
[
PDU_LEN_START
]
;
prov.h:133
memcpy
(
bt_mesh_prov_link
.
conf_inputs
.
start
,
data
,
PDU_LEN_START
)
;
prov_device.c:133
struct
os_mbuf
*
start
=
PROV_BUF
(
PDU_LEN_START
)
;
provisioner.c:100
memcpy
(
bt_mesh_prov_link
.
conf_inputs
.
start
,
&
start
->
om_data
[
1
]
,
PDU_LEN_START
)
;
provisioner.c:107
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