Searched refs:tBTA_GATTC_API_WRITE (Results 1 – 2 of 2) sorted by relevance
691 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()
146 }tBTA_GATTC_API_WRITE; typedef226 tBTA_GATTC_API_WRITE api_write;