ESP-IDF
tAVRC_HDR::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
tAVRC_HDR::opcode
tAVRC_HDR::opcode field
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:764
UINT8
opcode
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
opcode
;
/* Op Code (passthrough, vendor, etc) */
avrc_defs.h:764
p_msg
->
hdr
.
opcode
=
AVRC_OP_DROP
;
/* used the p_pkt to send response */
avrc_api.c:294
avrc_proc_vendor_command()
p_msg
->
hdr
.
opcode
=
AVRC_OP_DROP_N_FREE
;
avrc_api.c:300
avrc_proc_vendor_command()
}
else
if
(
p_msg
->
hdr
.
opcode
==
AVRC_OP_DROP
)
{
avrc_api.c:479
avrc_proc_far_msg()
}
else
if
(
p_msg
->
hdr
.
opcode
==
AVRC_OP_DROP_N_FREE
)
{
avrc_api.c:481
avrc_proc_far_msg()
msg
.
hdr
.
opcode
=
opcode
;
avrc_api.c:744
avrc_msg_cback()
switch
(
p_msg
->
hdr
.
opcode
)
{
avrc_pars_ct.c:140
AVRC_ParsResponse()
AVRC_TRACE_ERROR
(
"AVRC_ParsResponse() unknown opcode:0x%x"
,
p_msg
->
hdr
.
opcode
)
;
avrc_pars_ct.c:153
AVRC_ParsResponse()
p_result
->
rsp
.
opcode
=
p_msg
->
hdr
.
opcode
;
avrc_pars_ct.c:156
AVRC_ParsResponse()
switch
(
p_msg
->
hdr
.
opcode
)
{
avrc_pars_tg.c:286
AVRC_ParsCommand()
AVRC_TRACE_ERROR
(
"AVRC_ParsCommand() unknown opcode:0x%x"
,
p_msg
->
hdr
.
opcode
)
;
avrc_pars_tg.c:299
AVRC_ParsCommand()
p_result
->
cmd
.
opcode
=
p_msg
->
hdr
.
opcode
;
avrc_pars_tg.c:302
AVRC_ParsCommand()
BTC_TRACE_DEBUG
(
"%s, opcode 0x%x, len %d, code %d"
,
__FUNCTION__
,
p_meta_msg
->
p_msg
->
hdr
.
opcode
,
p_meta_msg
->
len
,
p_meta_msg
->
code
)
;
btc_avrc.c:714
handle_rc_metamsg_cmd()
if
(
p_meta_msg
->
p_msg
->
hdr
.
opcode
!=
AVRC_OP_VENDOR
)
{
btc_avrc.c:716
handle_rc_metamsg_cmd()
BTC_TRACE_WARNING
(
"Invalid opcode: %x"
,
p_meta_msg
->
p_msg
->
hdr
.
opcode
)
;
btc_avrc.c:717
handle_rc_metamsg_cmd()
BTC_TRACE_WARNING
(
"Invalid length.Opcode: 0x%x, len: 0x%x"
,
p_meta_msg
->
p_msg
->
hdr
.
opcode
,
btc_avrc.c:721
handle_rc_metamsg_cmd()
BTC_TRACE_DEBUG
(
"%s: opcode %d, pdu 0x%x, code %d"
,
__FUNCTION__
,
p_meta_msg
->
p_msg
->
hdr
.
opcode
,
vendor_msg
->
p_vendor_data
[
0
]
,
btc_avrc.c:851
handle_rc_metamsg_rsp()
if
(
p_meta_msg
->
p_msg
->
hdr
.
opcode
!=
AVRC_OP_VENDOR
)
{
btc_avrc.c:853
handle_rc_metamsg_rsp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVRC_HDR::opcode
is written by 2 functions and is read by 5 functions:
avrc_proc_vendor_command()
avrc_msg_cback()
All items filtered out
tAVRC_HDR::opcode
handle_rc_metamsg_cmd()
handle_rc_metamsg_rsp()
avrc_proc_far_msg()
AVRC_ParsResponse()
AVRC_ParsCommand()
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