ESP-IDF
tAVDT_RT_TBL::lcid
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
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::lcid
tAVDT_RT_TBL::lcid field
Syntax
Show:
Summary
Declaration
from
avdt_int.h:539
UINT16
lcid
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
lcid
;
/* L2CAP LCID of the associated transport channel */
avdt_int.h:539
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()
open
.
lcid
=
avdt_cb
.
ad
.
rt_tbl
[
p_tbl
->
ccb_idx
]
[
p_tbl
->
tcid
]
.
lcid
;
avdt_ad.c:378
avdt_ad_tc_open_ind()
return
L2CA_DataWrite
(
avdt_cb
.
ad
.
rt_tbl
[
avdt_ccb_to_idx
(
p_ccb
)
]
[
tcid
]
.
lcid
,
p_buf
)
;
avdt_ad.c:482
avdt_ad_write_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()
L2CA_DisconnectReq
(
avdt_cb
.
ad
.
rt_tbl
[
avdt_ccb_to_idx
(
p_ccb
)
]
[
tcid
]
.
lcid
)
;
avdt_ad.c:592
avdt_ad_close_req()
lcid
=
avdt_cb
.
ad
.
rt_tbl
[
avdt_ccb_to_idx
(
p_ccb
)
]
[
tcid
]
.
lcid
;
avdt_api.c:1049
AVDT_GetL2CapChannel()
lcid
=
avdt_cb
.
ad
.
rt_tbl
[
avdt_ccb_to_idx
(
p_ccb
)
]
[
tcid
]
.
lcid
;
avdt_api.c:1074
AVDT_GetSignalChannel()
lcid
=
avdt_cb
.
ad
.
rt_tbl
[
avdt_ccb_to_idx
(
p_ccb
)
]
[
tcid
]
.
lcid
;
avdt_api.c:1076
AVDT_GetSignalChannel()
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()
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()
lcid
=
avdt_cb
.
ad
.
rt_tbl
[
avdt_ccb_to_idx
(
p_ccb
)
]
[
tcid
]
.
lcid
;
avdt_scb_act.c:1946
avdt_scb_clr_pkt()
lcid
=
avdt_cb
.
ad
.
rt_tbl
[
avdt_ccb_to_idx
(
p_scb
->
p_ccb
)
]
[
tcid
]
.
lcid
;
avdt_scb_act.c:2117
avdt_scb_queue_frags()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVDT_RT_TBL::lcid
is written by 3 functions and is read by 7 functions:
avdt_ad_open_req()
avdt_sec_check_complete_term()
avdt_l2c_connect_ind_cback()
All items filtered out
tAVDT_RT_TBL::lcid
avdt_ad_tc_open_ind()
avdt_ad_write_req()
avdt_ad_close_req()
AVDT_GetL2CapChannel()
AVDT_GetSignalChannel()
avdt_scb_clr_pkt()
avdt_scb_queue_frags()
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