ESP-IDF
START_LAST_SEG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
START_LAST_SEG
START_LAST_SEG macro
Syntax
Show:
Summary
Declaration
from
prov_common.h:108
#define
START_LAST_SEG
(
gpc
)
(
(
gpc
)
>
>
2
)
Arguments
Argument
gpc
Examples
References
from
examples
Code
Location
#define
START_LAST_SEG
(
gpc
)
(
gpc
>
>
2
)
pb_adv.c:35
#define
START_LAST_SEG
(
gpc
)
(
(
gpc
)
>
>
2
)
prov_common.h:108
START_LAST_SEG
(
rx
->
gpc
)
,
link
.
rx
.
buf
->
om_len
,
link
.
rx
.
fcs
)
;
pb_adv.c:467
if
(
START_LAST_SEG
(
rx
->
gpc
)
>
0
&&
link
.
rx
.
buf
->
om_len
<=
20U
)
{
pb_adv.c:475
link
.
rx
.
last_seg
=
START_LAST_SEG
(
rx
->
gpc
)
;
pb_adv.c:483
link
.
rx
.
seg
=
seg
&
(
(
1
<
<
(
START_LAST_SEG
(
rx
->
gpc
)
+
1
)
)
-
1
)
;
pb_adv.c:495
START_LAST_SEG
(
rx
->
gpc
)
,
link
->
rx
.
buf
->
len
,
link
->
rx
.
fcs
)
;
prov_common.c:187
if
(
START_LAST_SEG
(
rx
->
gpc
)
>
START_LAST_SEG_MAX
)
{
prov_common.c:198
BT_ERR
(
"Invalid SegN 0x%02x"
,
START_LAST_SEG
(
rx
->
gpc
)
)
;
prov_common.c:199
if
(
START_LAST_SEG
(
rx
->
gpc
)
>
0
&&
link
->
rx
.
buf
->
len
<=
20
)
{
prov_common.c:215
link
->
rx
.
seg
=
(
1
<
<
(
START_LAST_SEG
(
rx
->
gpc
)
+
1
)
)
-
1
;
prov_common.c:223
link
->
rx
.
last_seg
=
START_LAST_SEG
(
rx
->
gpc
)
;
prov_common.c:224
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