ESP-IDF
tAVRC_GET_CAPS_RSP::count
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_GET_CAPS_RSP::count
tAVRC_GET_CAPS_RSP::count field
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:1171
UINT8
count
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
count
;
avrc_defs.h:1171
*
p_count
=
p_rsp
->
count
;
avrc_bld_tg.c:68
avrc_bld_get_capability_rsp()
*
p_count
+=
p_rsp
->
count
;
avrc_bld_tg.c:73
avrc_bld_get_capability_rsp()
for
(
xx
=
0
;
xx
<
p_rsp
->
count
;
xx
++
)
{
avrc_bld_tg.c:78
avrc_bld_get_capability_rsp()
len
+=
p_rsp
->
count
*
3
;
avrc_bld_tg.c:81
avrc_bld_get_capability_rsp()
for
(
xx
=
0
;
xx
<
p_rsp
->
count
;
xx
++
)
{
avrc_bld_tg.c:85
avrc_bld_get_capability_rsp()
BE_STREAM_TO_UINT8
(
p_result
->
get_caps
.
count
,
p
)
;
avrc_pars_ct.c:99
avrc_pars_vendor_rsp()
if
(
p_result
->
get_caps
.
count
>
AVRC_CAP_MAX_NUM_EVT_ID
)
{
avrc_pars_ct.c:101
avrc_pars_vendor_rsp()
BE_STREAM_TO_ARRAY
(
p
,
p_result
->
get_caps
.
param
.
event_id
,
p_result
->
get_caps
.
count
)
;
avrc_pars_ct.c:104
avrc_pars_vendor_rsp()
if
(
p_result
->
get_caps
.
count
>
AVRC_CAP_MAX_NUM_COMP_ID
)
{
avrc_pars_ct.c:107
avrc_pars_vendor_rsp()
for
(
int
i
=
0
;
i
<
p_result
->
get_caps
.
count
;
++
i
)
{
avrc_pars_ct.c:110
avrc_pars_vendor_rsp()
p_rc_rsp
->
get_caps
.
count
=
p_bta_av_cfg
->
num_co_ids
;
bta_av_act.c:755
bta_av_proc_meta_cmd()
p_rc_rsp
->
get_caps
.
count
=
bta_av_cb
.
p_rc_cos
->
rn_evt_cap
(
bta_av_act.c:761
bta_av_proc_meta_cmd()
p_rc_rsp
->
get_caps
.
count
=
0
;
bta_av_act.c:764
bta_av_proc_meta_cmd()
param
.
get_rn_caps_rsp
.
cap_count
=
rsp
->
count
;
btc_avrc.c:680
handle_rc_get_caps_rsp()
for
(
int
i
=
0
;
i
<
rsp
->
count
;
++
i
)
{
btc_avrc.c:681
handle_rc_get_caps_rsp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVRC_GET_CAPS_RSP::count
is written by 2 functions and is read by 3 functions:
bta_av_proc_meta_cmd()
avrc_pars_vendor_rsp()
All items filtered out
tAVRC_GET_CAPS_RSP::count
handle_rc_get_caps_rsp()
avrc_bld_get_capability_rsp()
avrc_pars_vendor_rsp()
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