ESP-IDF
tAVDT_TC_TBL::tcid
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::tcid
tAVDT_TC_TBL::tcid field
Syntax
Show:
Summary
Declaration
from
avdt_int.h:530
UINT8
tcid
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
tcid
;
/* transport channel id */
avdt_int.h:530
if
(
(
p_tbl
->
tcid
==
0
)
&&
avdt_ad.c:140
avdt_ad_tc_tbl_by_st()
if
(
(
p_tbl
->
tcid
==
0
)
&&
avdt_ad.c:151
avdt_ad_tc_tbl_by_st()
if
(
(
p_tbl
->
tcid
>
0
)
&&
avdt_ad.c:158
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
->
tcid
,
close
.
old_tc_state
)
;
avdt_ad.c:314
avdt_ad_tc_close_ind()
if
(
p_tbl
->
tcid
==
0
)
{
avdt_ad.c:317
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()
close
.
tcid
=
p_tbl
->
tcid
;
avdt_ad.c:327
avdt_ad_tc_close_ind()
close
.
type
=
avdt_ad_tcid_to_type
(
p_tbl
->
tcid
)
;
avdt_ad.c:328
avdt_ad_tc_close_ind()
if
(
p_tbl
->
tcid
==
0
)
{
avdt_ad.c:357
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()
open
.
hdr
.
err_code
=
avdt_ad_tcid_to_type
(
p_tbl
->
tcid
)
;
avdt_ad.c:379
avdt_ad_tc_open_ind()
if
(
p_tbl
->
tcid
==
0
)
{
avdt_ad.c:406
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_buf
->
layer_specific
=
avdt_ad_tcid_to_type
(
p_tbl
->
tcid
)
;
avdt_ad.c:439
avdt_ad_tc_data_ind()
if
(
p_tbl
->
tcid
==
0
)
{
avdt_ad.c:443
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_tbl
->
tcid
=
avdt_ad_type_to_tcid
(
type
,
p_scb
)
;
avdt_ad.c:513
avdt_ad_open_req()
type
,
role
,
p_tbl
->
tcid
)
;
avdt_ad.c:515
avdt_ad_open_req()
avdt_cb
.
ad
.
rt_tbl
[
avdt_ccb_to_idx
(
p_ccb
)
]
[
p_tbl
->
tcid
]
.
scb_hdl
=
avdt_scb_to_hdl
(
p_scb
)
;
avdt_ad.c:527
avdt_ad_open_req()
avdt_ccb_to_idx
(
p_ccb
)
,
p_tbl
->
tcid
,
avdt_ad.c:529
avdt_ad_open_req()
avdt_cb
.
ad
.
rt_tbl
[
avdt_ccb_to_idx
(
p_ccb
)
]
[
p_tbl
->
tcid
]
.
lcid
=
lcid
;
avdt_ad.c:548
avdt_ad_open_req()
avdt_ccb_to_idx
(
p_ccb
)
,
p_tbl
->
tcid
,
avdt_ad.c:550
avdt_ad_open_req()
avdt_cb
.
ad
.
rt_tbl
[
avdt_ccb_to_idx
(
p_ccb
)
]
[
p_tbl
->
tcid
]
.
lcid
=
p_tbl
->
lcid
;
avdt_l2c.c:102
avdt_sec_check_complete_term()
p_tbl
->
tcid
=
AVDT_CHAN_SIG
;
avdt_l2c.c:193
avdt_l2c_connect_ind_cback()
avdt_cb
.
ad
.
rt_tbl
[
avdt_ccb_to_idx
(
p_ccb
)
]
[
p_tbl
->
tcid
]
.
lcid
=
lcid
;
avdt_l2c.c:243
avdt_l2c_connect_ind_cback()
if
(
p_tbl
->
tcid
!=
AVDT_CHAN_SIG
)
{
avdt_l2c.c:282
avdt_l2c_connect_cfm_cback()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVDT_TC_TBL::tcid
is written by 2 functions and is read by 10 functions:
avdt_ad_open_req()
avdt_l2c_connect_ind_cback()
All items filtered out
tAVDT_TC_TBL::tcid
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_ad_open_req()
avdt_sec_check_complete_term()
avdt_l2c_connect_ind_cback()
avdt_l2c_connect_cfm_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