ESP-IDF
tAVCT_CCB::p_lcb
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
tAVCT_CCB::p_lcb
tAVCT_CCB::p_lcb field
Syntax
Show:
Summary
Declaration
from
avct_int.h:106
tAVCT_LCB
*
p_lcb
;
Examples
References
from
examples
Code
Location
Referrer
tAVCT_LCB
*
p_lcb
;
/* Associated LCB */
avct_int.h:106
p_ccb
->
p_lcb
=
p_lcb
;
avct_api.c:172
AVCT_CreateConn()
else
if
(
p_ccb
->
p_lcb
==
NULL
)
{
avct_api.c:206
AVCT_RemoveConn()
avct_lcb_event
(
p_ccb
->
p_lcb
,
AVCT_LCB_UL_UNBIND_EVT
,
(
tAVCT_LCB_EVT
*
)
&
p_ccb
)
;
avct_api.c:211
AVCT_RemoveConn()
if
(
p_ccb
->
p_lcb
)
{
avct_api.c:362
AVCT_GetPeerMtu()
peer_mtu
=
p_ccb
->
p_lcb
->
peer_mtu
;
avct_api.c:363
AVCT_GetPeerMtu()
else
if
(
p_ccb
->
p_lcb
==
NULL
)
{
avct_api.c:411
AVCT_MsgReq()
avct_lcb_event
(
p_ccb
->
p_lcb
,
AVCT_LCB_UL_MSG_EVT
,
(
tAVCT_LCB_EVT
*
)
&
ul_msg
)
;
avct_api.c:438
AVCT_MsgReq()
if
(
p_ccb
->
allocated
&&
(
p_ccb
->
p_lcb
==
p_lcb
)
)
{
avct_l2c.c:83
avct_l2c_is_passive()
if
(
p_ccb
->
allocated
&&
p_ccb
->
p_lcb
==
p_lcb
)
avct_lcb.c:350
avct_lcb_dealloc()
if
(
p_ccb
->
allocated
&&
(
p_ccb
->
p_lcb
==
p_lcb
)
&&
(
p_ccb
->
cc
.
pid
==
pid
)
)
{
avct_lcb.c:411
avct_lcb_has_pid()
i
,
p_ccb
->
allocated
,
p_ccb
->
p_lcb
,
p_lcb
,
p_ccb
,
p_ccb_last
)
;
avct_lcb.c:436
avct_lcb_last_ccb()
if
(
p_ccb
->
allocated
&&
(
p_ccb
->
p_lcb
==
p_lcb
)
&&
(
p_ccb
!=
p_ccb_last
)
)
{
avct_lcb.c:437
avct_lcb_last_ccb()
if
(
p_ccb
->
p_lcb
==
p_lcb
)
{
avct_lcb_act.c:231
avct_lcb_open_ind()
else
if
(
(
p_ccb
->
p_lcb
==
NULL
)
&&
(
p_ccb
->
cc
.
role
==
AVCT_ACP
)
&&
avct_lcb_act.c:238
avct_lcb_open_ind()
p_ccb
->
p_lcb
=
p_lcb
;
avct_lcb_act.c:242
avct_lcb_open_ind()
if
(
p_ccb
->
allocated
&&
(
p_ccb
->
p_lcb
==
p_lcb
)
)
{
avct_lcb_act.c:273
avct_lcb_open_fail()
if
(
p_ccb
->
allocated
&&
(
p_ccb
->
p_lcb
==
p_lcb
)
)
{
avct_lcb_act.c:298
avct_lcb_close_ind()
p_ccb
->
p_lcb
=
NULL
;
avct_lcb_act.c:303
avct_lcb_close_ind()
if
(
p_ccb
->
allocated
&&
(
p_ccb
->
p_lcb
==
p_lcb
)
)
{
avct_lcb_act.c:329
avct_lcb_close_cfm()
p_ccb
->
p_lcb
=
NULL
;
avct_lcb_act.c:341
avct_lcb_close_cfm()
p_data
->
p_ccb
->
p_lcb
=
p_lcb
;
avct_lcb_act.c:361
avct_lcb_bind_conn()
if
(
p_ccb
->
allocated
&&
(
p_ccb
->
p_lcb
==
p_lcb
)
)
{
avct_lcb_act.c:463
avct_lcb_cong_ind()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVCT_CCB::p_lcb
is written by 5 functions and is read by 12 functions:
AVCT_CreateConn()
avct_lcb_open_ind()
avct_lcb_close_ind()
avct_lcb_close_cfm()
avct_lcb_bind_conn()
All items filtered out
tAVCT_CCB::p_lcb
AVCT_RemoveConn()
AVCT_GetPeerMtu()
AVCT_MsgReq()
avct_l2c_is_passive()
avct_lcb_dealloc()
avct_lcb_has_pid()
avct_lcb_last_ccb()
avct_lcb_open_ind()
avct_lcb_open_fail()
avct_lcb_close_ind()
avct_lcb_close_cfm()
avct_lcb_cong_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