Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h194 } tBTA_GATTC_API_SEARCH; typedef
265 tBTA_GATTC_API_SEARCH api_search;
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c281 tBTA_GATTC_API_SEARCH *p_buf; in BTA_GATTC_ServiceSearchRequest()
282 UINT16 len = sizeof(tBTA_GATTC_API_SEARCH) + sizeof(tBT_UUID); in BTA_GATTC_ServiceSearchRequest()
284 if ((p_buf = (tBTA_GATTC_API_SEARCH *) osi_malloc(len)) != NULL) { in BTA_GATTC_ServiceSearchRequest()