ESP-IDF
t_l2c_ccb::bypass_fcs
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::bypass_fcs
t_l2c_ccb::bypass_fcs field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:333
UINT8
bypass_fcs
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
bypass_fcs
;
l2c_int.h:333
if
(
p_ccb
->
bypass_fcs
!=
L2CAP_BYPASS_FCS
)
{
l2c_fcr.c:454
prepare_I_frame()
if
(
p_ccb
->
bypass_fcs
!=
L2CAP_BYPASS_FCS
)
{
l2c_fcr.c:544
l2c_fcr_send_S_frame()
min_pdu_len
=
(
p_ccb
->
bypass_fcs
==
L2CAP_BYPASS_FCS
)
?
l2c_fcr.c:613
l2c_fcr_proc_pdu()
if
(
p_ccb
->
bypass_fcs
!=
L2CAP_BYPASS_FCS
)
{
l2c_fcr.c:669
l2c_fcr_proc_pdu()
if
(
p_ccb
->
bypass_fcs
!=
L2CAP_BYPASS_FCS
)
{
l2c_fcr.c:1226
process_stream_frame()
if
(
p_ccb
->
bypass_fcs
!=
L2CAP_BYPASS_FCS
)
{
l2c_fcr.c:1648
l2c_fcr_get_next_xmit_sdu_seg()
if
(
p_ccb
->
bypass_fcs
!=
L2CAP_BYPASS_FCS
)
{
l2c_fcr.c:1662
l2c_fcr_get_next_xmit_sdu_seg()
p_ccb
->
bypass_fcs
|=
L2CAP_CFG_FCS_PEER
;
l2c_fcr.c:2074
l2c_fcr_process_peer_cfg_req()
p_ccb
->
bypass_fcs
=
0
;
l2c_utils.c:1542
l2cu_allocate_ccb()
p_ccb
->
bypass_fcs
|=
L2CAP_CFG_FCS_OUR
;
l2c_utils.c:2161
l2cu_process_our_cfg_req()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
t_l2c_ccb::bypass_fcs
is written by 3 functions and is read by 7 functions:
l2c_fcr_process_peer_cfg_req()
l2cu_allocate_ccb()
l2cu_process_our_cfg_req()
All items filtered out
t_l2c_ccb::bypass_fcs
prepare_I_frame()
l2c_fcr_send_S_frame()
l2c_fcr_proc_pdu()
process_stream_frame()
l2c_fcr_get_next_xmit_sdu_seg()
l2c_fcr_process_peer_cfg_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