ESP-IDF
tAVDT_RT_TBL::scb_hdl
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_RT_TBL::scb_hdl
tAVDT_RT_TBL::scb_hdl field
Syntax
Show:
Summary
Declaration
from
avdt_int.h:540
UINT8
scb_hdl
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
scb_hdl
;
/* stream control block associated with this tc */
avdt_int.h:540
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()
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()
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_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()
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVDT_RT_TBL::scb_hdl
is written by 1 function and is read by 4 functions:
avdt_ad_open_req()
All items filtered out
tAVDT_RT_TBL::scb_hdl
avdt_ad_tc_close_ind()
avdt_ad_tc_open_ind()
avdt_ad_tc_cong_ind()
avdt_ad_tc_data_ind()
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