Searched refs:tBTA_GATTC_API_READ (Results 1 – 2 of 2) sorted by relevance
494 tBTA_GATTC_API_READ *p_buf; in BTA_GATTC_ReadCharacteristic()496 if ((p_buf = (tBTA_GATTC_API_READ *) osi_malloc(sizeof(tBTA_GATTC_API_READ))) != NULL) { in BTA_GATTC_ReadCharacteristic()497 memset(p_buf, 0, sizeof(tBTA_GATTC_API_READ)); in BTA_GATTC_ReadCharacteristic()524 tBTA_GATTC_API_READ *p_buf; in BTA_GATTC_ReadCharDescr()525 UINT16 len = (UINT16)(sizeof(tBTA_GATT_ID) + sizeof(tBTA_GATTC_API_READ)); in BTA_GATTC_ReadCharDescr()527 if ((p_buf = (tBTA_GATTC_API_READ *) osi_malloc(len)) != NULL) { in BTA_GATTC_ReadCharDescr()528 memset(p_buf, 0, sizeof(tBTA_GATTC_API_READ)); in BTA_GATTC_ReadCharDescr()630 tBTA_GATTC_API_READ *p_buf; in BTA_GATTC_Read_by_type()632 if ((p_buf = (tBTA_GATTC_API_READ *) osi_malloc(sizeof(tBTA_GATTC_API_READ))) != NULL) { in BTA_GATTC_Read_by_type()633 memset(p_buf, 0, sizeof(tBTA_GATTC_API_READ)); in BTA_GATTC_Read_by_type()
159 } tBTA_GATTC_API_READ; typedef264 tBTA_GATTC_API_READ api_read;