ESP-IDF
tAVRC_MSG_PASS::op_id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tAVRC_MSG_PASS::op_id
tAVRC_MSG_PASS::op_id field
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:800
UINT8
op_id
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
op_id
;
/* Operation ID. */
avrc_defs.h:800
msg
.
pass
.
op_id
=
(
AVRC_PASS_OP_ID_MASK
&
*
p_data
)
;
avrc_api.c:694
avrc_msg_cback()
*
p_data
=
(
AVRC_PASS_OP_ID_MASK
&
p_msg
->
op_id
)
;
avrc_api.c:795
avrc_pass_msg()
if
(
p_msg
->
op_id
==
AVRC_ID_VENDOR
)
{
avrc_api.c:801
avrc_pass_msg()
if
(
p_msg
->
op_id
==
AVRC_ID_VENDOR
&&
p_msg
->
pass_len
==
AVRC_PASS_THRU_GROUP_LEN
)
{
avrc_utils.c:174
avrc_pars_pass_thru()
if
(
p_data
->
rc_msg
.
msg
.
pass
.
op_id
==
AVRC_ID_VENDOR
)
{
bta_av_act.c:835
bta_av_rc_msg()
p_data
->
rc_msg
.
msg
.
hdr
.
ctype
=
bta_av_op_supported
(
p_data
->
rc_msg
.
msg
.
pass
.
op_id
,
is_inquiry
)
;
bta_av_act.c:845
bta_av_rc_msg()
av
.
remote_cmd
.
rc_id
=
p_data
->
rc_msg
.
msg
.
pass
.
op_id
;
bta_av_act.c:858
bta_av_rc_msg()
av
.
remote_rsp
.
rc_id
=
p_data
->
rc_msg
.
msg
.
pass
.
op_id
;
bta_av_act.c:870
bta_av_rc_msg()
p_buf
->
msg
.
op_id
=
rc_id
;
bta_av_api.c:432
BTA_AvRemoteCmd()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVRC_MSG_PASS::op_id
is written by 2 functions and is read by 3 functions:
BTA_AvRemoteCmd()
avrc_msg_cback()
All items filtered out
tAVRC_MSG_PASS::op_id
bta_av_rc_msg()
avrc_pass_msg()
avrc_pars_pass_thru()
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