ESP-IDF
tOBEX_PARSE_INFO::opcode
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::opcode
tOBEX_PARSE_INFO::opcode field
Syntax
Show:
Summary
Declaration
from
obex_api.h:175
UINT8
opcode
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
opcode
;
obex_api.h:175
info
.
opcode
=
OBEX_OPCODE_CONNECT
;
bta_av_ca_act.c:90
build_and_send_connect_req()
info
.
opcode
=
OBEX_OPCODE_DISCONNECT
;
bta_av_ca_act.c:103
build_and_send_disconnect_req()
info
.
opcode
=
OBEX_OPCODE_GET_FINAL
;
bta_av_ca_act.c:113
build_and_send_empty_get_req()
info
.
opcode
=
OBEX_OPCODE_GET_FINAL
;
bta_av_ca_act.c:252
bta_av_ca_api_get()
p_ccb
->
curr_pkt_opcode
=
info
->
opcode
;
goepc_api.c:244
GOEPC_PrepareRequest()
switch
(
info
->
opcode
)
goepc_main.c:50
goepc_check_obex_req_param()
*
p_data
++
=
info
->
opcode
;
obex_api.c:333
OBEX_BuildRequest()
switch
(
info
->
opcode
)
obex_api.c:338
OBEX_BuildRequest()
switch
(
info
->
opcode
)
obex_api.c:400
OBEX_BuildResponse()
info
->
opcode
=
*
p_data
;
obex_api.c:624
OBEX_ParseRequest()
switch
(
info
->
opcode
)
obex_api.c:625
OBEX_ParseRequest()
info
->
opcode
=
opcode
;
obex_api.c:660
OBEX_ParseResponse()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tOBEX_PARSE_INFO::opcode
is written by 6 functions and is read by 5 functions:
build_and_send_connect_req()
build_and_send_disconnect_req()
build_and_send_empty_get_req()
bta_av_ca_api_get()
OBEX_ParseRequest()
OBEX_ParseResponse()
All items filtered out
tOBEX_PARSE_INFO::opcode
GOEPC_PrepareRequest()
goepc_check_obex_req_param()
OBEX_BuildRequest()
OBEX_BuildResponse()
OBEX_ParseRequest()
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