ESP-IDF
tL2CAP_CFG_INFO::fcs_present
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
tL2CAP_CFG_INFO::fcs_present
tL2CAP_CFG_INFO::fcs_present field
Syntax
Show:
Summary
Declaration
from
l2c_api.h:164
BOOLEAN
fcs_present
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
fcs_present
;
/* Optionally bypasses FCS checks */
l2c_api.h:164
p_cfg
->
fcs_present
=
FALSE
;
gap_conn.c:895
gap_config_ind()
p_cfg
->
fcs_present
=
FALSE
;
l2c_api.c:493
L2CA_ConfigReq()
cid
,
p_cfg
->
result
,
p_cfg
->
mtu_present
,
p_cfg
->
flush_to_present
,
p_cfg
->
fcr_present
,
p_cfg
->
fcs_present
)
;
l2c_api.c:527
L2CA_ConfigRsp()
if
(
p_ccb
->
our_cfg
.
fcs_present
)
{
l2c_api.c:2074
L2CA_GetCurrentConfig()
p_cfg
->
fcs_present
=
FALSE
;
/* Illegal to use FCS option in basic mode */
l2c_fcr.c:1770
l2c_fcr_adj_our_req_options()
p_cfg
->
fcs_present
=
FALSE
;
/* Illegal to use FCS option in basic mode */
l2c_fcr.c:1813
l2c_fcr_adj_our_req_options()
p_ccb
->
our_cfg
.
fcs_present
=
FALSE
;
l2c_fcr.c:1968
l2c_fcr_renegotiate_chan()
if
(
p_cfg
->
fcs_present
)
{
l2c_fcr.c:2070
l2c_fcr_process_peer_cfg_req()
cfg_info
.
fcr_present
=
cfg_info
.
fcs_present
=
FALSE
;
l2c_main.c:532
process_l2cap_cmd()
cfg_info
.
fcs_present
=
TRUE
;
l2c_main.c:571
process_l2cap_cmd()
cfg_info
.
fcr_present
=
cfg_info
.
fcs_present
=
FALSE
;
l2c_main.c:623
process_l2cap_cmd()
cfg_info
.
fcs_present
=
TRUE
;
l2c_main.c:662
process_l2cap_cmd()
if
(
p_cfg
->
fcs_present
)
{
l2c_utils.c:677
l2cu_send_peer_config_req()
if
(
p_cfg
->
fcs_present
)
{
l2c_utils.c:729
l2cu_send_peer_config_req()
if
(
p_cfg
->
fcs_present
&&
p_cfg
->
fcs
==
L2CAP_CFG_FCS_BYPASS
)
{
l2c_utils.c:2160
l2cu_process_our_cfg_req()
p_cfg
->
fcs_present
=
FALSE
;
l2c_utils.c:2164
l2cu_process_our_cfg_req()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2CAP_CFG_INFO::fcs_present
is written by 6 functions and is read by 5 functions:
gap_config_ind()
L2CA_ConfigReq()
l2c_fcr_adj_our_req_options()
l2c_fcr_renegotiate_chan()
process_l2cap_cmd()
l2cu_process_our_cfg_req()
All items filtered out
tL2CAP_CFG_INFO::fcs_present
L2CA_ConfigRsp()
L2CA_GetCurrentConfig()
l2c_fcr_process_peer_cfg_req()
l2cu_send_peer_config_req()
l2cu_process_our_cfg_req()
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