ESP-IDF
tGAP_CCB::ertm_info
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tGAP_CCB::ertm_info
tGAP_CCB::ertm_info field
Syntax
Show:
Summary
Declaration
from
gap_int.h:82
tL2CAP_ERTM_INFO
ertm_info
;
Examples
References
from
examples
Code
Location
Referrer
tL2CAP_ERTM_INFO
ertm_info
;
/* Pools and modes for ertm */
gap_int.h:82
p_ccb
->
ertm_info
.
preferred_mode
=
p_ccb
->
cfg
.
fcr
.
mode
;
gap_conn.c:204
GAP_ConnOpen()
p_ccb
->
ertm_info
.
user_rx_buf_size
=
GAP_DATA_BUF_SIZE
;
gap_conn.c:205
GAP_ConnOpen()
p_ccb
->
ertm_info
.
user_tx_buf_size
=
GAP_DATA_BUF_SIZE
;
gap_conn.c:206
GAP_ConnOpen()
p_ccb
->
ertm_info
.
fcr_rx_buf_size
=
L2CAP_INVALID_ERM_BUF_SIZE
;
gap_conn.c:207
GAP_ConnOpen()
p_ccb
->
ertm_info
.
fcr_tx_buf_size
=
L2CAP_INVALID_ERM_BUF_SIZE
;
gap_conn.c:208
GAP_ConnOpen()
p_ccb
->
ertm_info
=
*
ertm_info
;
gap_conn.c:210
GAP_ConnOpen()
p_ccb
->
ertm_info
.
allowed_modes
=
gap_conn.c:216
GAP_ConnOpen()
if
(
p_rem_bda
&&
(
(
cid
=
L2CA_CONNECT_REQ
(
p_ccb
->
psm
,
p_rem_bda
,
&
p_ccb
->
ertm_info
,
&
bt_uuid
)
)
!=
0
)
)
{
gap_conn.c:237
GAP_ConnOpen()
L2CA_CONNECT_RSP
(
bd_addr
,
l2cap_id
,
l2cap_cid
,
L2CAP_CONN_OK
,
L2CAP_CONN_OK
,
&
p_ccb
->
ertm_info
,
&
bt_uuid
)
;
gap_conn.c:753
gap_connect_ind()
local_mtu_size
=
p_ccb
->
ertm_info
.
user_tx_buf_size
gap_conn.c:879
gap_config_ind()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGAP_CCB::ertm_info
is written by 1 function and is read by 2 functions:
GAP_ConnOpen()
All items filtered out
tGAP_CCB::ertm_info
GAP_ConnOpen()
gap_config_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