Home
last modified time | relevance | path

Searched refs:tBTA_GATTC_API_WRITE (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc510 tBTA_GATTC_API_WRITE* p_buf = (tBTA_GATTC_API_WRITE*)osi_calloc( in BTA_GATTC_WriteCharValue()
511 sizeof(tBTA_GATTC_API_WRITE) + value.size()); in BTA_GATTC_WriteCharValue()
547 tBTA_GATTC_API_WRITE* p_buf = (tBTA_GATTC_API_WRITE*)osi_calloc( in BTA_GATTC_WriteCharDescr()
548 sizeof(tBTA_GATTC_API_WRITE) + value.size()); in BTA_GATTC_WriteCharDescr()
585 tBTA_GATTC_API_WRITE* p_buf = (tBTA_GATTC_API_WRITE*)osi_calloc( in BTA_GATTC_PrepareWrite()
586 sizeof(tBTA_GATTC_API_WRITE) + value.size()); in BTA_GATTC_PrepareWrite()
Dbta_gattc_int.h156 } tBTA_GATTC_API_WRITE; typedef
217 tBTA_GATTC_API_WRITE api_write;