Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc259 const size_t len = sizeof(tBTA_GATTC_API_SEARCH); in BTA_GATTC_ServiceSearchAllRequest()
260 tBTA_GATTC_API_SEARCH* p_buf = (tBTA_GATTC_API_SEARCH*)osi_calloc(len); in BTA_GATTC_ServiceSearchAllRequest()
270 const size_t len = sizeof(tBTA_GATTC_API_SEARCH) + sizeof(Uuid); in BTA_GATTC_ServiceSearchRequest()
271 tBTA_GATTC_API_SEARCH* p_buf = (tBTA_GATTC_API_SEARCH*)osi_calloc(len); in BTA_GATTC_ServiceSearchRequest()
Dbta_gattc_int.h178 } tBTA_GATTC_API_SEARCH; typedef
216 tBTA_GATTC_API_SEARCH api_search;