ESP-IDF
CONT_PAYLOAD_MAX
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
CONT_PAYLOAD_MAX
CONT_PAYLOAD_MAX macro
Syntax
Show:
Summary
Declaration
from
prov_common.h:105
#define
CONT_PAYLOAD_MAX
23
Examples
References
from
examples
Code
Location
#define
CONT_PAYLOAD_MAX
23
pb_adv.c:32
#define
CONT_PAYLOAD_MAX
23
prov_common.h:105
return
1
+
(
len
/
CONT_PAYLOAD_MAX
)
;
pb_adv.c:162
seg_len
=
MIN
(
msg
->
om_len
,
CONT_PAYLOAD_MAX
)
;
pb_adv.c:708
return
1
+
(
len
/
CONT_PAYLOAD_MAX
)
;
prov_common.c:564
seg_len
=
MIN
(
msg
->
len
,
CONT_PAYLOAD_MAX
)
;
prov_common.c:622
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