ESP-IDF
ble_gattc_proc::
::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
ble_gattc_proc::
::mtu
ble_gattc_proc::
::mtu field
Syntax
Show:
Summary
Declaration
from
ble_gattc.c:118
struct
{
ble_gatt_mtu_fn
*
cb
;
void
*
cb_arg
;
}
mtu
;
Examples
References
from
examples
Code
Location
Referrer
}
mtu
;
ble_gattc.c:121
if
(
proc
->
mtu
.
cb
==
NULL
)
{
ble_gattc.c:1368
ble_gattc_mtu_cb()
rc
=
proc
->
mtu
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:1371
ble_gattc_mtu_cb()
mtu
,
proc
->
mtu
.
cb_arg
)
;
ble_gattc.c:1373
ble_gattc_mtu_cb()
proc
->
mtu
.
cb
=
cb
;
ble_gattc.c:1437
ble_gattc_exchange_mtu()
proc
->
mtu
.
cb_arg
=
cb_arg
;
ble_gattc.c:1438
ble_gattc_exchange_mtu()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gattc_proc::
::mtu
is read by 2 functions:
All items filtered out
ble_gattc_proc::
::mtu
ble_gattc_mtu_cb()
ble_gattc_exchange_mtu()
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