Searched refs:tBTA_GATTC_API_WRITE (Results 1 – 2 of 2) sorted by relevance
623 tBTA_GATTC_API_WRITE *p_buf; in BTA_GATTC_WriteCharValue()625 …if ((p_buf = (tBTA_GATTC_API_WRITE *) GKI_getbuf((UINT16)(sizeof(tBTA_GATTC_API_WRITE) + len))) !=… in BTA_GATTC_WriteCharValue()627 memset(p_buf, 0, sizeof(tBTA_GATTC_API_WRITE) + len); in BTA_GATTC_WriteCharValue()669 tBTA_GATTC_API_WRITE *p_buf; in BTA_GATTC_WriteCharDescr()670 UINT16 len = sizeof(tBTA_GATTC_API_WRITE) + p_data->len; in BTA_GATTC_WriteCharDescr()672 if ((p_buf = (tBTA_GATTC_API_WRITE *) GKI_getbuf(len)) != NULL) in BTA_GATTC_WriteCharDescr()717 tBTA_GATTC_API_WRITE *p_buf; in BTA_GATTC_PrepareWrite()719 …if ((p_buf = (tBTA_GATTC_API_WRITE *) GKI_getbuf((UINT16)(sizeof(tBTA_GATTC_API_WRITE) + len))) !=… in BTA_GATTC_PrepareWrite()721 memset(p_buf, 0, sizeof(tBTA_GATTC_API_WRITE) + len); in BTA_GATTC_PrepareWrite()
138 }tBTA_GATTC_API_WRITE; typedef186 tBTA_GATTC_API_WRITE api_write;