ESP-IDF
tL2CAP_ERTM_INFO::fcr_tx_buf_size
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_ERTM_INFO::fcr_tx_buf_size
tL2CAP_ERTM_INFO::fcr_tx_buf_size field
Syntax
Show:
Summary
Declaration
from
l2c_api.h:327
UINT16
fcr_tx_buf_size
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
fcr_tx_buf_size
;
l2c_api.h:327
p_ccb
->
ertm_info
.
fcr_tx_buf_size
=
L2CAP_INVALID_ERM_BUF_SIZE
;
gap_conn.c:208
GAP_ConnOpen()
if
(
p_ccb
->
ertm_info
.
fcr_tx_buf_size
==
L2CAP_INVALID_ERM_BUF_SIZE
)
{
l2c_api.c:276
L2CA_ErtmConnectReq()
p_ccb
->
ertm_info
.
fcr_tx_buf_size
=
L2CAP_FCR_TX_BUF_SIZE
;
l2c_api.c:277
L2CA_ErtmConnectReq()
if
(
p_ccb
->
ertm_info
.
fcr_tx_buf_size
==
L2CAP_INVALID_ERM_BUF_SIZE
)
{
l2c_api.c:425
L2CA_ErtmConnectRsp()
p_ccb
->
ertm_info
.
fcr_tx_buf_size
=
L2CAP_FCR_TX_BUF_SIZE
;
l2c_api.c:426
L2CA_ErtmConnectRsp()
max_retrans_size
=
p_ccb
->
ertm_info
.
fcr_tx_buf_size
-
sizeof
(
BT_HDR
)
l2c_fcr.c:2078
l2c_fcr_process_peer_cfg_req()
p_ccb
->
ertm_info
.
fcr_tx_buf_size
=
L2CAP_FCR_TX_BUF_SIZE
;
l2c_utils.c:1577
l2cu_allocate_ccb()
p_ccb
->
ertm_info
.
fcr_tx_buf_size
=
L2CAP_FCR_TX_BUF_SIZE
;
l2c_utils.c:2722
l2cu_initialize_fixed_ccb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2CAP_ERTM_INFO::fcr_tx_buf_size
is written by 5 functions and is read by 3 functions:
GAP_ConnOpen()
L2CA_ErtmConnectReq()
L2CA_ErtmConnectRsp()
l2cu_allocate_ccb()
l2cu_initialize_fixed_ccb()
All items filtered out
tL2CAP_ERTM_INFO::fcr_tx_buf_size
L2CA_ErtmConnectReq()
L2CA_ErtmConnectRsp()
l2c_fcr_process_peer_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