ESP-IDF
BTA_GATT_SetLocalMTU()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BTA_GATT_SetLocalMTU()
BTA_GATT_SetLocalMTU() function
Syntax
Show:
Summary
Declaration
Definition
from
bta_gatt_common.h:22
extern
void
BTA_GATT_SetLocalMTU
(
uint16_t
mtu
)
;
Implemented in
bta_gatt_common.c:17
Arguments
Argument
mtu
Examples
References
from
examples
Code
Location
Referrer
void
BTA_GATT_SetLocalMTU
(
uint16_t
mtu
)
bta_gatt_common.c:17
extern
void
BTA_GATT_SetLocalMTU
(
uint16_t
mtu
)
;
bta_gatt_common.h:22
BTA_GATT_SetLocalMTU
(
GATT_DEF_BLE_MTU_SIZE
)
;
adapter.c:1775
bt_mesh_gatt_init()
BTA_GATT_SetLocalMTU
(
mtu
)
;
btc_gatt_common.c:21
btc_set_local_mtu()
Call Tree
from
examples
BTA_GATT_SetLocalMTU()
is called by 2 functions and calls 1 function:
btc_set_local_mtu()
bt_mesh_gatt_init()
All items filtered out
BTA_GATT_SetLocalMTU()
gatt_set_local_mtu()
All items filtered out
Data Use
from
examples
BTA_GATT_SetLocalMTU()
:
All items filtered out
BTA_GATT_SetLocalMTU()
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