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.c691 tBTA_GATTC_API_WRITE *p_buf; in BTA_GATTC_WriteCharValue()
693 …if ((p_buf = (tBTA_GATTC_API_WRITE *) GKI_getbuf((UINT16)(sizeof(tBTA_GATTC_API_WRITE) + len))) !=… in BTA_GATTC_WriteCharValue()
695 memset(p_buf, 0, sizeof(tBTA_GATTC_API_WRITE) + len); in BTA_GATTC_WriteCharValue()
737 tBTA_GATTC_API_WRITE *p_buf; in BTA_GATTC_WriteCharDescr()
738 UINT16 len = sizeof(tBTA_GATTC_API_WRITE) + sizeof(tBTA_GATT_ID); in BTA_GATTC_WriteCharDescr()
743 if ((p_buf = (tBTA_GATTC_API_WRITE *) GKI_getbuf(len)) != NULL) in BTA_GATTC_WriteCharDescr()
789 tBTA_GATTC_API_WRITE *p_buf; in BTA_GATTC_PrepareWrite()
791 …if ((p_buf = (tBTA_GATTC_API_WRITE *) GKI_getbuf((UINT16)(sizeof(tBTA_GATTC_API_WRITE) + len))) !=… in BTA_GATTC_PrepareWrite()
793 memset(p_buf, 0, sizeof(tBTA_GATTC_API_WRITE) + len); in BTA_GATTC_PrepareWrite()
Dbta_gattc_int.h146 }tBTA_GATTC_API_WRITE; typedef
226 tBTA_GATTC_API_WRITE api_write;