ESP-IDF
btc_ble_gattc_args_t::cfg_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
btc_ble_gattc_args_t::cfg_mtu
btc_ble_gattc_args_t::cfg_mtu field
Syntax
Show:
Summary
Declaration
from
btc_gattc.h:71
struct
cfg_mtu_arg
{
uint16_t
conn_id
;
}
cfg_mtu
;
Examples
References
from
examples
Code
Location
Referrer
}
cfg_mtu
;
btc_gattc.h:73
BTA_GATTC_ConfigureMTU
(
arg
->
cfg_mtu
.
conn_id
)
;
btc_gattc.c:231
btc_gattc_cfg_mtu()
arg
.
cfg_mtu
.
conn_id
=
BTC_GATT_CREATE_CONN_ID
(
gattc_if
,
conn_id
)
;
esp_gattc_api.c:226
esp_ble_gattc_send_mtu_req()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_ble_gattc_args_t::cfg_mtu
is read by 2 functions:
All items filtered out
btc_ble_gattc_args_t::cfg_mtu
esp_ble_gattc_send_mtu_req()
btc_gattc_cfg_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