ESP-IDF
tOBEX_PARSE_INFO::next_header_pos
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
tOBEX_PARSE_INFO::next_header_pos
tOBEX_PARSE_INFO::next_header_pos field
Syntax
Show:
Summary
Declaration
from
obex_api.h:183
UINT16
next_header_pos
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
next_header_pos
;
obex_api.h:183
info
->
next_header_pos
=
7
;
obex_api.c:631
OBEX_ParseRequest()
info
->
next_header_pos
=
5
;
obex_api.c:635
OBEX_ParseRequest()
info
->
next_header_pos
=
3
;
obex_api.c:638
OBEX_ParseRequest()
info
->
next_header_pos
=
7
;
obex_api.c:668
OBEX_ParseResponse()
info
->
next_header_pos
=
3
;
obex_api.c:671
OBEX_ParseResponse()
if
(
info
->
next_header_pos
==
0
||
info
->
next_header_pos
>=
pkt
->
len
)
{
obex_api.c:761
OBEX_GetNextHeader()
UINT8
*
header
=
p_data
+
info
->
next_header_pos
;
obex_api.c:764
OBEX_GetNextHeader()
info
->
next_header_pos
+=
header_len
;
obex_api.c:766
OBEX_GetNextHeader()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tOBEX_PARSE_INFO::next_header_pos
is written by 3 functions and is read by 1 function:
OBEX_ParseRequest()
OBEX_ParseResponse()
OBEX_GetNextHeader()
All items filtered out
tOBEX_PARSE_INFO::next_header_pos
OBEX_GetNextHeader()
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