ESP-IDF
START_PAYLOAD_MAX
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
START_PAYLOAD_MAX
START_PAYLOAD_MAX macro
Syntax
Show:
Summary
Declaration
from
prov_common.h:104
#define
START_PAYLOAD_MAX
20
Examples
References
from
examples
Code
Location
#define
START_PAYLOAD_MAX
20
pb_adv.c:31
#define
START_PAYLOAD_MAX
20
prov_common.h:104
if
(
len
<=
START_PAYLOAD_MAX
)
{
pb_adv.c:156
len
-=
START_PAYLOAD_MAX
;
pb_adv.c:160
seg_len
=
MIN
(
msg
->
om_len
,
START_PAYLOAD_MAX
)
;
pb_adv.c:687
if
(
len
<=
START_PAYLOAD_MAX
)
{
prov_common.c:558
len
-=
START_PAYLOAD_MAX
;
prov_common.c:562
seg_len
=
MIN
(
msg
->
len
,
START_PAYLOAD_MAX
)
;
prov_common.c:602
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