ESP-IDF
tGATT_CL_MSG::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
tGATT_CL_MSG::mtu
tGATT_CL_MSG::mtu field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:129
UINT16
mtu
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
mtu
;
gatt_int.h:129
if
(
p_msg
->
mtu
<=
GATT_MAX_MTU_SIZE
)
{
att_protocol.c:552
attp_send_cl_msg()
p_tcb
->
payload_size
=
p_msg
->
mtu
;
att_protocol.c:553
attp_send_cl_msg()
p_cmd
=
attp_build_mtu_cmd
(
GATT_REQ_MTU
,
p_msg
->
mtu
)
;
att_protocol.c:554
attp_send_cl_msg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_CL_MSG::mtu
is read by 1 function:
All items filtered out
tGATT_CL_MSG::mtu
attp_send_cl_msg()
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