Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_api.c272 tBTA_GATTC_API_SEARCH *p_buf; in BTA_GATTC_ServiceSearchRequest()
273 UINT16 len = sizeof(tBTA_GATTC_API_SEARCH) + sizeof(tBT_UUID); in BTA_GATTC_ServiceSearchRequest()
275 if ((p_buf = (tBTA_GATTC_API_SEARCH *) GKI_getbuf(len)) != NULL) in BTA_GATTC_ServiceSearchRequest()
Dbta_gattc_int.h175 }tBTA_GATTC_API_SEARCH; typedef
225 tBTA_GATTC_API_SEARCH api_search;