ESP-IDF
gattc_prov_info::mtu
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gattc_prov_info::mtu
gattc_prov_info::mtu field
Syntax
Show:
Summary
Declaration
from
adapter.c:95
uint16_t
mtu
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
mtu
;
adapter.c:95
return
bt_mesh_gattc_info
[
i
]
.
mtu
;
adapter.c:1286
bt_mesh_gattc_get_mtu_info()
bt_mesh_gattc_info
[
i
]
.
mtu
=
p_data
->
cfg_mtu
.
mtu
;
adapter.c:1374
bt_mesh_bta_gattc_cb()
bt_mesh_gattc_info
[
i
]
.
mtu
=
GATT_DEF_BLE_MTU_SIZE
;
adapter.c:1739
bt_mesh_bta_gattc_cb()
bt_mesh_gattc_info
[
i
]
.
mtu
=
GATT_DEF_BLE_MTU_SIZE
;
/* Default MTU_SIZE 23 */
adapter.c:1802
bt_mesh_gatt_init()
bt_mesh_gattc_info
[
i
]
.
mtu
=
GATT_DEF_BLE_MTU_SIZE
;
/* Default MTU_SIZE 23 */
adapter.c:1831
bt_mesh_gatt_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
gattc_prov_info::mtu
is written by 3 functions and is read by 1 function:
bt_mesh_bta_gattc_cb()
bt_mesh_gatt_init()
bt_mesh_gatt_deinit()
All items filtered out
gattc_prov_info::mtu
bt_mesh_gattc_get_mtu_info()
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