Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_api.c429 tBTA_GATTC_API_WRITE *p_buf = in BTA_GATTC_WriteCharValue()
430 (tBTA_GATTC_API_WRITE *)osi_calloc(sizeof(tBTA_GATTC_API_WRITE) + len); in BTA_GATTC_WriteCharValue()
468 size_t len = sizeof(tBTA_GATTC_API_WRITE); in BTA_GATTC_WriteCharDescr()
473 tBTA_GATTC_API_WRITE *p_buf = (tBTA_GATTC_API_WRITE *)osi_calloc(len); in BTA_GATTC_WriteCharDescr()
510 tBTA_GATTC_API_WRITE *p_buf = in BTA_GATTC_PrepareWrite()
511 (tBTA_GATTC_API_WRITE *)osi_calloc(sizeof(tBTA_GATTC_API_WRITE) + len); in BTA_GATTC_PrepareWrite()
Dbta_gattc_int.h140 }tBTA_GATTC_API_WRITE; typedef
219 tBTA_GATTC_API_WRITE api_write;