ESP-IDF
tAVRC_CONN_CB::control
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_CONN_CB::control
tAVRC_CONN_CB::control field
Syntax
Show:
Summary
Declaration
from
avrc_api.h:165
UINT8
control
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
control
;
/* Control role (Control/Target) */
avrc_api.h:165
if
(
(
(
avrc_cb
.
ccb
[
handle
]
.
control
&
AVRC_CT_TARGET
)
&&
(
cr
==
AVCT_CMD
)
)
||
avrc_api.c:557
avrc_msg_cback()
(
(
avrc_cb
.
ccb
[
handle
]
.
control
&
AVRC_CT_CONTROL
)
&&
(
cr
==
AVCT_RSP
)
)
)
{
avrc_api.c:558
avrc_msg_cback()
if
(
(
avrc_cb
.
ccb
[
handle
]
.
control
&
AVRC_CT_TARGET
)
&&
(
cr
==
AVCT_CMD
)
)
{
avrc_api.c:714
avrc_msg_cback()
cc
.
control
=
p_ccb
->
control
;
/* Control role (Control/Target) */
avrc_api.c:870
AVRC_Open()
ccb
.
control
=
p_cb
->
features
&
(
BTA_AV_FEAT_RCTG
|
BTA_AV_FEAT_RCCT
|
AVRC_CT_PASSIVE
)
;
bta_av_act.c:321
bta_av_rc_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVRC_CONN_CB::control
is written by 1 function and is read by 2 functions:
bta_av_rc_create()
All items filtered out
tAVRC_CONN_CB::control
avrc_msg_cback()
AVRC_Open()
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