Home
last modified time | relevance | path

Searched refs:tBTA_GATTC_API_CFG_MTU (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h214 } tBTA_GATTC_API_CFG_MTU; typedef
270 tBTA_GATTC_API_CFG_MTU api_mtu;
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c253 tBTA_GATTC_API_CFG_MTU *p_buf; in BTA_GATTC_ConfigureMTU()
255 if ((p_buf = (tBTA_GATTC_API_CFG_MTU *) osi_malloc(sizeof(tBTA_GATTC_API_CFG_MTU))) != NULL) { in BTA_GATTC_ConfigureMTU()