Searched refs:tBTA_GATTC_API_WRITE (Results 1 – 2 of 2) sorted by relevance
647 tBTA_GATTC_API_WRITE *p_buf; in BTA_GATTC_WriteCharValue()649 …if ((p_buf = (tBTA_GATTC_API_WRITE *) GKI_getbuf((UINT16)(sizeof(tBTA_GATTC_API_WRITE) + len))) !=… in BTA_GATTC_WriteCharValue()651 memset(p_buf, 0, sizeof(tBTA_GATTC_API_WRITE) + len); in BTA_GATTC_WriteCharValue()693 tBTA_GATTC_API_WRITE *p_buf; in BTA_GATTC_WriteCharDescr()694 UINT16 len = sizeof(tBTA_GATTC_API_WRITE); in BTA_GATTC_WriteCharDescr()699 if ((p_buf = (tBTA_GATTC_API_WRITE *) GKI_getbuf(len)) != NULL) in BTA_GATTC_WriteCharDescr()744 tBTA_GATTC_API_WRITE *p_buf; in BTA_GATTC_PrepareWrite()746 …if ((p_buf = (tBTA_GATTC_API_WRITE *) GKI_getbuf((UINT16)(sizeof(tBTA_GATTC_API_WRITE) + len))) !=… in BTA_GATTC_PrepareWrite()748 memset(p_buf, 0, sizeof(tBTA_GATTC_API_WRITE) + len); in BTA_GATTC_PrepareWrite()
141 }tBTA_GATTC_API_WRITE; typedef189 tBTA_GATTC_API_WRITE api_write;