Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c851 tBTA_GATTC_API_EXEC *p_buf; in BTA_GATTC_ExecuteWrite()
853 if ((p_buf = (tBTA_GATTC_API_EXEC *) osi_malloc((UINT16)sizeof(tBTA_GATTC_API_EXEC))) != NULL) { in BTA_GATTC_ExecuteWrite()
854 memset(p_buf, 0, sizeof(tBTA_GATTC_API_EXEC)); in BTA_GATTC_ExecuteWrite()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h175 } tBTA_GATTC_API_EXEC; typedef
268 tBTA_GATTC_API_EXEC api_exec;