Home
last modified time | relevance | path

Searched refs:FindAttributes (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_client.h107 bool FindAttributes(const std::string &remoteAddr, int role);
H A Dhfp_ag_sdp_client.cpp161 bool HfpAgSdpClient::FindAttributes(const std::string &remoteAddr, int role) in FindAttributes() function in OHOS::bluetooth::HfpAgSdpClient
H A Dhfp_ag_profile.cpp121 if (!sdpClient_.FindAttributes(address_, role)) { in ServiceDiscoveryResult()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_client.h109 bool FindAttributes(const std::string &remoteAddr, int role);
H A Dhfp_hf_profile.cpp116 if (!sdpClient_.FindAttributes(address_, role)) { in ServiceDiscoveryResult()
H A Dhfp_hf_sdp_client.cpp164 bool HfpHfSdpClient::FindAttributes(const std::string &remoteAddr, int role) in FindAttributes() function in OHOS::bluetooth::HfpHfSdpClient