ESP-IDF
tAVRC_MSG_PASS::state
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_MSG_PASS::state
tAVRC_MSG_PASS::state field
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:801
UINT8
state
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
state
;
/* Keypress state. */
avrc_defs.h:801
msg
.
pass
.
state
=
TRUE
;
avrc_api.c:696
avrc_msg_cback()
msg
.
pass
.
state
=
FALSE
;
avrc_api.c:698
avrc_msg_cback()
if
(
p_msg
->
state
)
{
avrc_api.c:796
avrc_pass_msg()
av
.
remote_cmd
.
key_state
=
p_data
->
rc_msg
.
msg
.
pass
.
state
;
bta_av_act.c:859
bta_av_rc_msg()
av
.
remote_rsp
.
key_state
=
p_data
->
rc_msg
.
msg
.
pass
.
state
;
bta_av_act.c:871
bta_av_rc_msg()
p_buf
->
msg
.
state
=
key_state
;
bta_av_api.c:433
BTA_AvRemoteCmd()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVRC_MSG_PASS::state
is written by 2 functions and is read by 2 functions:
BTA_AvRemoteCmd()
avrc_msg_cback()
All items filtered out
tAVRC_MSG_PASS::state
bta_av_rc_msg()
avrc_pass_msg()
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