ESP-IDF
tOBEX_TL_L2CAP_CCB::peer_mtu
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
tOBEX_TL_L2CAP_CCB::peer_mtu
tOBEX_TL_L2CAP_CCB::peer_mtu field
Syntax
Show:
Summary
Declaration
from
obex_tl_l2cap.c:47
UINT16
peer_mtu
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
peer_mtu
;
/* MTU that peer device set */
obex_tl_l2cap.c:47
if
(
p_ccb
->
peer_mtu
!=
peer_mtu
)
{
obex_tl_l2cap.c:358
obex_tl_l2cap_config_ind()
p_ccb
->
peer_mtu
=
peer_mtu
;
obex_tl_l2cap.c:360
obex_tl_l2cap_config_ind()
p_ccb
->
peer_mtu
=
peer_mtu
;
obex_tl_l2cap.c:370
obex_tl_l2cap_config_ind()
msg
.
conn_open
.
peer_mtu
=
p_ccb
->
peer_mtu
;
obex_tl_l2cap.c:380
obex_tl_l2cap_config_ind()
msg
.
conn_income
.
peer_mtu
=
p_ccb
->
peer_mtu
;
obex_tl_l2cap.c:386
obex_tl_l2cap_config_ind()
msg
.
conn_open
.
peer_mtu
=
p_ccb
->
peer_mtu
;
obex_tl_l2cap.c:437
obex_tl_l2cap_config_cfm()
msg
.
conn_income
.
peer_mtu
=
p_ccb
->
peer_mtu
;
obex_tl_l2cap.c:443
obex_tl_l2cap_config_cfm()
if
(
p_buf
->
len
>
p_ccb
->
peer_mtu
||
p_buf
->
offset
<
L2CAP_MIN_OFFSET
)
{
obex_tl_l2cap.c:695
obex_tl_l2cap_send_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tOBEX_TL_L2CAP_CCB::peer_mtu
is written by 1 function and is read by 3 functions:
obex_tl_l2cap_config_ind()
All items filtered out
tOBEX_TL_L2CAP_CCB::peer_mtu
obex_tl_l2cap_config_ind()
obex_tl_l2cap_config_cfm()
obex_tl_l2cap_send_data()
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