ESP-IDF
tAVDT_TC_TBL::ccb_idx
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
tAVDT_TC_TBL::ccb_idx
tAVDT_TC_TBL::ccb_idx field
Syntax
Show:
Summary
Declaration
from
avdt_int.h:531
UINT8
ccb_idx
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
ccb_idx
;
/* channel control block associated with this tc */
avdt_int.h:531
(
p_tbl
->
ccb_idx
==
ccb_idx
)
&&
avdt_ad.c:152
avdt_ad_tc_tbl_by_st()
(
p_tbl
->
ccb_idx
==
ccb_idx
)
&&
avdt_ad.c:159
avdt_ad_tc_tbl_by_st()
if
(
(
p_tbl
->
tcid
==
tcid
)
&&
(
p_tbl
->
ccb_idx
==
ccb_idx
)
)
{
avdt_ad.c:222
avdt_ad_tc_tbl_by_type()
p_tbl
->
ccb_idx
=
avdt_ccb_to_idx
(
p_ccb
)
;
avdt_ad.c:262
avdt_ad_tc_tbl_alloc()
p_ccb
=
avdt_ccb_by_idx
(
p_tbl
->
ccb_idx
)
;
avdt_ad.c:318
avdt_ad_tc_close_ind()
p_scb
=
avdt_scb_by_hdl
(
avdt_cb
.
ad
.
rt_tbl
[
p_tbl
->
ccb_idx
]
[
p_tbl
->
tcid
]
.
scb_hdl
)
;
avdt_ad.c:325
avdt_ad_tc_close_ind()
L2CA_SetTxPriority
(
avdt_cb
.
ad
.
rt_tbl
[
p_tbl
->
ccb_idx
]
[
AVDT_CHAN_SIG
]
.
lcid
,
L2CAP_CHNL_PRIORITY_HIGH
)
;
avdt_ad.c:359
avdt_ad_tc_open_ind()
p_ccb
=
avdt_ccb_by_idx
(
p_tbl
->
ccb_idx
)
;
avdt_ad.c:361
avdt_ad_tc_open_ind()
p_scb
=
avdt_scb_by_hdl
(
avdt_cb
.
ad
.
rt_tbl
[
p_tbl
->
ccb_idx
]
[
p_tbl
->
tcid
]
.
scb_hdl
)
;
avdt_ad.c:373
avdt_ad_tc_open_ind()
open
.
lcid
=
avdt_cb
.
ad
.
rt_tbl
[
p_tbl
->
ccb_idx
]
[
p_tbl
->
tcid
]
.
lcid
;
avdt_ad.c:378
avdt_ad_tc_open_ind()
p_ccb
=
avdt_ccb_by_idx
(
p_tbl
->
ccb_idx
)
;
avdt_ad.c:407
avdt_ad_tc_cong_ind()
p_scb
=
avdt_scb_by_hdl
(
avdt_cb
.
ad
.
rt_tbl
[
p_tbl
->
ccb_idx
]
[
p_tbl
->
tcid
]
.
scb_hdl
)
;
avdt_ad.c:413
avdt_ad_tc_cong_ind()
p_ccb
=
avdt_ccb_by_idx
(
p_tbl
->
ccb_idx
)
;
avdt_ad.c:444
avdt_ad_tc_data_ind()
p_scb
=
avdt_scb_by_hdl
(
avdt_cb
.
ad
.
rt_tbl
[
p_tbl
->
ccb_idx
]
[
p_tbl
->
tcid
]
.
scb_hdl
)
;
avdt_ad.c:449
avdt_ad_tc_data_ind()
p_ccb
=
avdt_ccb_by_idx
(
p_tbl
->
ccb_idx
)
;
avdt_l2c.c:294
avdt_l2c_connect_cfm_cback()
if
(
(
p_ccb
=
avdt_ccb_by_idx
(
p_tbl
->
ccb_idx
)
)
!=
NULL
)
{
avdt_l2c.c:424
avdt_l2c_disconnect_ind_cback()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVDT_TC_TBL::ccb_idx
is written by 1 function and is read by 8 functions:
avdt_ad_tc_tbl_alloc()
All items filtered out
tAVDT_TC_TBL::ccb_idx
avdt_ad_tc_tbl_by_st()
avdt_ad_tc_tbl_by_type()
avdt_ad_tc_close_ind()
avdt_ad_tc_open_ind()
avdt_ad_tc_cong_ind()
avdt_ad_tc_data_ind()
avdt_l2c_connect_cfm_cback()
avdt_l2c_disconnect_ind_cback()
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