ESP-IDF
tOBEX_PARSE_INFO::max_packet_length
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::max_packet_length
tOBEX_PARSE_INFO::max_packet_length field
Syntax
Show:
Summary
Declaration
from
obex_api.h:179
UINT16
max_packet_length
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
max_packet_length
;
obex_api.h:179
info
.
max_packet_length
=
p_rcb
->
cover_art_max_rx
;
bta_av_ca_act.c:92
build_and_send_connect_req()
if
(
info
.
max_packet_length
<
255
)
{
bta_av_ca_act.c:359
bta_av_ca_response_final()
p_rcb
->
cover_art_max_tx
=
info
.
max_packet_length
;
bta_av_ca_act.c:363
bta_av_ca_response_final()
if
(
info
->
max_packet_length
<
255
||
info
->
obex_version_number
==
0
)
{
goepc_main.c:53
goepc_check_obex_req_param()
UINT16_TO_BE_FIELD
(
p_data
,
info
->
max_packet_length
)
;
obex_api.c:346
OBEX_BuildRequest()
UINT16_TO_BE_FIELD
(
p_data
,
info
->
max_packet_length
)
;
obex_api.c:408
OBEX_BuildResponse()
info
->
max_packet_length
=
(
p_data
[
5
]
<
<
8
)
+
p_data
[
6
]
;
obex_api.c:630
OBEX_ParseRequest()
info
->
max_packet_length
=
(
p_data
[
5
]
<
<
8
)
+
p_data
[
6
]
;
obex_api.c:667
OBEX_ParseResponse()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tOBEX_PARSE_INFO::max_packet_length
is written by 3 functions and is read by 4 functions:
build_and_send_connect_req()
OBEX_ParseRequest()
OBEX_ParseResponse()
All items filtered out
tOBEX_PARSE_INFO::max_packet_length
bta_av_ca_response_final()
goepc_check_obex_req_param()
OBEX_BuildRequest()
OBEX_BuildResponse()
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