Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/include/
Dbta_sdp_int.h67 } tBTA_SDP_API_SEARCH; typedef
80 tBTA_SDP_API_SEARCH get_search;
/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp_api.c152 tBTA_SDP_API_SEARCH *p_msg; in BTA_SdpSearch()
155 if ((p_msg = (tBTA_SDP_API_SEARCH *)osi_malloc(sizeof(tBTA_SDP_API_SEARCH))) != NULL) { in BTA_SdpSearch()