Home
last modified time | relevance | path

Searched refs:DoDiscovery (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_sdp_client.h67 int DoDiscovery(const std::string &remoteAddr);
H A Dhid_host_statemachine.cpp534 sdpClient_->DoDiscovery(address_); in ProcessStartSdp()
549 sdpClient_->DoDiscovery(address_); in ProcessOpenDevice()
602 sdpClient_->DoDiscovery(address_); in ProcessSdpComplete()
H A Dhid_host_sdp_client.cpp225 int HidHostSdpClient::DoDiscovery(const std::string &remoteAddr) in DoDiscovery() function in OHOS::bluetooth::HidHostSdpClient
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_client.h80 int DoDiscovery(const std::string &remoteAddr, int role);
H A Dhfp_ag_sdp_client.cpp62 int HfpAgSdpClient::DoDiscovery(const std::string &remoteAddr, int role) in DoDiscovery() function in OHOS::bluetooth::HfpAgSdpClient
H A Dhfp_ag_profile.cpp115 return sdpClient_.DoDiscovery(address_, role); in DoServiceDiscovery()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_client.h81 int DoDiscovery(const std::string &remoteAddr, int role);
H A Dhfp_hf_profile.cpp110 return sdpClient_.DoDiscovery(address_, role); in DoServiceDiscovery()
H A Dhfp_hf_sdp_client.cpp59 int HfpHfSdpClient::DoDiscovery(const std::string &remoteAddr, int role) in DoDiscovery() function in OHOS::bluetooth::HfpHfSdpClient