Home
last modified time | relevance | path

Searched refs:BTA_SdpSearch (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_sdp_api.cc40 struct BTA_SdpSearch BTA_SdpSearch; variable
54 tBTA_SDP_STATUS BTA_SdpSearch::return_value = BTA_SDP_SUCCESS;
77 tBTA_SDP_STATUS BTA_SdpSearch(const RawAddress& bd_addr, in BTA_SdpSearch() function
80 return test::mock::bta_sdp_api::BTA_SdpSearch(bd_addr, uuid); in BTA_SdpSearch()
Dmock_bta_sdp_api.h88 struct BTA_SdpSearch { struct
99 extern struct BTA_SdpSearch BTA_SdpSearch; argument
/packages/modules/Bluetooth/system/bta/sdp/
Dbta_sdp_api.cc77 tBTA_SDP_STATUS BTA_SdpSearch(const RawAddress& bd_addr, in BTA_SdpSearch() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_sdp_api.h122 tBTA_SDP_STATUS BTA_SdpSearch(const RawAddress& bd_addr,
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sdp.cc142 BTA_SdpSearch(*bd_addr, uuid); in search()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc_sdp.cc376 BTA_SdpSearch(sdp_state->bd_addr, in bta_dm_sdp_find_services()
Dbta_dm_disc_legacy.cc1139 BTA_SdpSearch(bd_addr, Uuid::From16Bit(UUID_SERVCLASS_PBAP_PCE)); in bta_dm_find_services()