ESP-IDF
L2CAP_MTU_SIZE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
L2CAP_MTU_SIZE
L2CAP_MTU_SIZE macro
Syntax
Show:
Summary
Declaration
from
bt_target.h:1164
#define
L2CAP_MTU_SIZE
1691
Examples
References
from
examples
Code
Location
#define
L2CAP_MTU_SIZE
1691
bt_target.h:1164
#define
BTA_RFC_MTU_SIZE
(
L2CAP_MTU_SIZE
-
L2CAP_MIN_OFFSET
-
RFCOMM_DATA_OVERHEAD
)
bt_target.h:366
#define
L2CAP_UCD_MTU
L2CAP_MTU_SIZE
bt_target.h:1214
L2CAP_MTU_SIZE
,
controller.c:131
local_mtu_size
=
L2CAP_MTU_SIZE
;
gap_conn.c:882
p_ccb
->
rem_mtu_size
=
L2CAP_MTU_SIZE
;
gap_conn.c:1127
if
(
(
p_cfg
->
mtu_present
)
&&
(
p_cfg
->
mtu
>
L2CAP_MTU_SIZE
)
)
{
l2c_api.c:496
p_cfg
->
mtu
=
L2CAP_MTU_SIZE
;
l2c_api.c:498
if
(
p_fcr
->
mps
>
(
L2CAP_MTU_SIZE
-
L2CAP_MAX_HEADER_FCS
)
)
{
l2c_fcr.c:1809
p_fcr
->
mps
=
L2CAP_MTU_SIZE
-
L2CAP_MAX_HEADER_FCS
;
l2c_fcr.c:1810
if
(
(
p_cfg
->
mtu_present
)
&&
(
p_cfg
->
mtu
>
L2CAP_MTU_SIZE
)
)
{
l2c_fcr.c:1972
p_cfg
->
mtu
=
L2CAP_MTU_SIZE
;
l2c_fcr.c:1974
p_ccb
->
max_rx_mtu
=
L2CAP_MTU_SIZE
;
l2c_utils.c:1580
if
(
(
p_cfg
->
fcr_present
==
FALSE
)
&&
(
p_cfg
->
mtu
>
L2CAP_MTU_SIZE
)
)
{
l2c_utils.c:1988
p_cfg
->
mtu
=
L2CAP_MTU_SIZE
;
l2c_utils.c:1989
if
(
server
->
l2cap
.
pref_mtu
==
0
||
server
->
l2cap
.
pref_mtu
>
L2CAP_MTU_SIZE
)
{
obex_tl_l2cap.c:638
p_ccb
->
our_mtu
=
L2CAP_MTU_SIZE
;
obex_tl_l2cap.c:639
if
(
server
->
l2cap
.
pref_mtu
==
0
||
server
->
l2cap
.
pref_mtu
>
L2CAP_MTU_SIZE
)
{
obex_tl_l2cap.c:740
p_scb
->
pref_mtu
=
L2CAP_MTU_SIZE
;
obex_tl_l2cap.c:741
rfcomm_mtu
=
L2CAP_MTU_SIZE
-
RFCOMM_DATA_OVERHEAD
;
port_api.c:187
if
(
(
L2CAP_MTU_SIZE
+
L2CAP_PKT_OVERHEAD
)
>=
packet_size
)
{
port_utils.c:167
p_port
->
mtu
=
(
(
L2CAP_MTU_SIZE
+
L2CAP_PKT_OVERHEAD
)
/
packet_size
*
packet_size
)
-
RFCOMM_DATA_OVERHEAD
-
L2CAP_PKT_OVERHEAD
;
port_utils.c:168
p_port
->
mtu
=
L2CAP_MTU_SIZE
-
RFCOMM_DATA_OVERHEAD
;
port_utils.c:171
cfg
.
mtu
=
L2CAP_MTU_SIZE
;
rfc_mx_fsm.c:584
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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