ESP-IDF
tAVRC_RESPONSE::rsp
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_RESPONSE::rsp
tAVRC_RESPONSE::rsp field
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:1333
tAVRC_RSP
rsp
;
Examples
References
from
examples
Code
Location
Referrer
tAVRC_RSP
rsp
;
avrc_defs.h:1333
p_rsp
->
rsp
.
opcode
)
;
avrc_bld_tg.c:728
avrc_bld_init_rsp_buffer()
if
(
opcode
!=
p_rsp
->
rsp
.
opcode
&&
p_rsp
->
rsp
.
status
!=
AVRC_STS_NO_ERROR
&&
avrc_bld_tg.c:729
avrc_bld_init_rsp_buffer()
avrc_is_valid_opcode
(
p_rsp
->
rsp
.
opcode
)
)
{
avrc_bld_tg.c:730
avrc_bld_init_rsp_buffer()
opcode
=
p_rsp
->
rsp
.
opcode
;
avrc_bld_tg.c:731
avrc_bld_init_rsp_buffer()
p_rsp
->
rsp
.
opcode
=
opcode
;
avrc_bld_tg.c:773
avrc_bld_init_rsp_buffer()
AVRC_TRACE_API
(
"AVRC_BldResponse: pdu=%x status=%x"
,
p_rsp
->
rsp
.
pdu
,
p_rsp
->
rsp
.
status
)
;
avrc_bld_tg.c:811
AVRC_BldResponse()
if
(
p_rsp
->
rsp
.
status
!=
AVRC_STS_NO_ERROR
)
{
avrc_bld_tg.c:812
AVRC_BldResponse()
return
(
avrc_bld_rejected_rsp
(
&
p_rsp
->
rsp
,
p_pkt
)
)
;
avrc_bld_tg.c:813
AVRC_BldResponse()
p_result
->
rsp
.
status
=
*
p
;
avrc_pars_ct.c:65
avrc_pars_vendor_rsp()
return
p_result
->
rsp
.
status
;
avrc_pars_ct.c:66
avrc_pars_vendor_rsp()
p_result
->
rsp
.
opcode
=
p_msg
->
hdr
.
opcode
;
avrc_pars_ct.c:156
AVRC_ParsResponse()
p_result
->
rsp
.
status
=
status
;
avrc_pars_ct.c:157
AVRC_ParsResponse()
p_rc_rsp
->
rsp
.
status
=
AVRC_STS_BAD_CMD
;
bta_av_act.c:739
bta_av_proc_meta_cmd()
p_rc_rsp
->
rsp
.
status
=
bta_av_chk_notif_evt_id
(
p_vendor
)
;
bta_av_act.c:776
bta_av_proc_meta_cmd()
if
(
p_rc_rsp
->
rsp
.
status
!=
BTA_AV_STS_NO_RSP
)
{
bta_av_act.c:777
bta_av_proc_meta_cmd()
p_rc_rsp
->
rsp
.
status
=
BTA_AV_STS_NO_RSP
;
bta_av_act.c:783
bta_av_proc_meta_cmd()
rc_rsp
.
rsp
.
status
=
BTA_AV_STS_NO_RSP
;
bta_av_act.c:825
bta_av_rc_msg()
if
(
evt
==
0
&&
rc_rsp
.
rsp
.
status
!=
BTA_AV_STS_NO_RSP
)
{
bta_av_act.c:933
bta_av_rc_msg()
rc_rsp
.
rsp
.
opcode
=
p_data
->
rc_msg
.
opcode
;
bta_av_act.c:935
bta_av_rc_msg()
rc_handle
,
label
,
code
,
p_meta_rsp
->
rsp
.
pdu
)
;
btc_avrc.c:351
send_metamsg_rsp()
if
(
p_meta_rsp
->
rsp
.
status
!=
AVRC_STS_NO_ERROR
)
{
btc_avrc.c:353
send_metamsg_rsp()
if
(
(
p_meta_rsp
->
rsp
.
pdu
==
AVRC_PDU_REGISTER_NOTIFICATION
)
&&
(
code
==
AVRC_RSP_CHANGED
)
)
{
btc_avrc.c:370
send_metamsg_rsp()
avrc_rsp
.
rsp
.
opcode
=
opcode_from_pdu
(
pdu
)
;
btc_avrc.c:434
send_reject_response()
avrc_rsp
.
rsp
.
pdu
=
pdu
;
btc_avrc.c:435
send_reject_response()
avrc_rsp
.
rsp
.
status
=
status
;
btc_avrc.c:436
send_reject_response()
switch
(
avrc_response
.
rsp
.
pdu
)
{
btc_avrc.c:880
handle_rc_metamsg_rsp()
BTC_TRACE_WARNING
(
"%s: unhandled meta rsp: pdu 0x%x"
,
__FUNCTION__
,
avrc_response
.
rsp
.
pdu
)
;
btc_avrc.c:902
handle_rc_metamsg_rsp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVRC_RESPONSE::rsp
is read by 9 functions:
All items filtered out
tAVRC_RESPONSE::rsp
bta_av_proc_meta_cmd()
bta_av_rc_msg()
send_metamsg_rsp()
send_reject_response()
handle_rc_metamsg_rsp()
avrc_bld_init_rsp_buffer()
AVRC_BldResponse()
avrc_pars_vendor_rsp()
AVRC_ParsResponse()
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