ESP-IDF
tAVRC_RSP::pdu
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_RSP::pdu
tAVRC_RSP::pdu field
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:1326
UINT8
pdu
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
pdu
;
avrc_defs.h:1326
rej_rsp
.
pdu
=
AVRC_PDU_REQUEST_CONTINUATION_RSP
;
avrc_api.c:232
avrc_send_continue_frag()
AVRC_TRACE_API
(
"avrc_bld_rejected_rsp: status=%d, pdu:x%x"
,
p_rsp
->
status
,
p_rsp
->
pdu
)
;
avrc_bld_tg.c:698
avrc_bld_rejected_rsp()
AVRC_TRACE_API
(
"AVRC_BldResponse: pdu=%x status=%x"
,
p_rsp
->
rsp
.
pdu
,
p_rsp
->
rsp
.
status
)
;
avrc_bld_tg.c:811
AVRC_BldResponse()
rc_handle
,
label
,
code
,
p_meta_rsp
->
rsp
.
pdu
)
;
btc_avrc.c:351
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
.
pdu
=
pdu
;
btc_avrc.c:435
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_RSP::pdu
is written by 2 functions and is read by 4 functions:
send_reject_response()
avrc_send_continue_frag()
All items filtered out
tAVRC_RSP::pdu
send_metamsg_rsp()
handle_rc_metamsg_rsp()
avrc_bld_rejected_rsp()
AVRC_BldResponse()
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