ESP-IDF
t_l2c_ccb::config_done
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
t_l2c_ccb::config_done
t_l2c_ccb::config_done field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:301
UINT8
config_done
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
config_done
;
/* Configuration flag word */
l2c_int.h:301
p_ccb
->
config_done
=
CFG_DONE_MASK
;
l2c_api.c:954
L2CA_LocalLoopbackReq()
p_ccb
->
config_done
|=
OB_CFG_DONE
;
l2c_csm.c:703
l2c_csm_config()
if
(
p_ccb
->
config_done
&
IB_CFG_DONE
)
{
l2c_csm.c:705
l2c_csm_config()
p_ccb
->
config_done
|=
RECONFIG_FLAG
;
l2c_csm.c:715
l2c_csm_config()
p_ccb
->
config_done
|=
IB_CFG_DONE
;
l2c_csm.c:787
l2c_csm_config()
if
(
p_ccb
->
config_done
&
OB_CFG_DONE
)
{
l2c_csm.c:789
l2c_csm_config()
p_ccb
->
config_done
|=
RECONFIG_FLAG
;
l2c_csm.c:799
l2c_csm_config()
if
(
p_ccb
->
config_done
&
OB_CFG_DONE
)
{
l2c_csm.c:854
l2c_csm_config()
tempcfgdone
=
p_ccb
->
config_done
;
l2c_csm.c:928
l2c_csm_open()
p_ccb
->
config_done
&=
~
CFG_DONE_MASK
;
l2c_csm.c:930
l2c_csm_open()
p_ccb
->
config_done
=
tempcfgdone
;
l2c_csm.c:942
l2c_csm_open()
p_ccb
->
config_done
&=
~
CFG_DONE_MASK
;
l2c_csm.c:997
l2c_csm_open()
if
(
p_cfg
->
fcr_present
&&
!
(
p_ccb
->
config_done
&
RECONFIG_FLAG
)
)
{
l2c_fcr.c:1758
l2c_fcr_adj_our_req_options()
if
(
!
p_cfg
->
fcr_present
||
(
p_ccb
->
config_done
&
RECONFIG_FLAG
)
)
{
l2c_fcr.c:1921
l2c_fcr_renegotiate_chan()
p_ccb
->
config_done
=
0
;
l2c_utils.c:1595
l2cu_allocate_ccb()
L2CAP_TRACE_DEBUG
(
"l2cu_allocate_ccb: cid 0x%04x config_done:0x%x"
,
cid
,
p_ccb
->
config_done
)
;
l2c_utils.c:1597
l2cu_allocate_ccb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
t_l2c_ccb::config_done
is written by 4 functions and is read by 5 functions:
L2CA_LocalLoopbackReq()
l2c_csm_config()
l2c_csm_open()
l2cu_allocate_ccb()
All items filtered out
t_l2c_ccb::config_done
l2c_csm_config()
l2c_csm_open()
l2c_fcr_adj_our_req_options()
l2c_fcr_renegotiate_chan()
l2cu_allocate_ccb()
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