Home
last modified time | relevance | path

Searched refs:FindProfileVersion (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_client.h159 …static bool FindProfileVersion(const std::vector<SdpProfileDescriptor> &profiles, uint16_t &versio…
H A Dhfp_ag_sdp_client.cpp179 if (!FindProfileVersion(it->second.services[num].profileDescriptors, info.remoteVersion)) { in FindAttributes()
294 bool HfpAgSdpClient::FindProfileVersion(const std::vector<SdpProfileDescriptor> &profiles, uint16_t… in FindProfileVersion() function in OHOS::bluetooth::HfpAgSdpClient
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_client.h161 …static bool FindProfileVersion(const std::vector<SdpProfileDescriptor> &profiles, uint16_t &versio…
H A Dhfp_hf_sdp_client.cpp182 if (!FindProfileVersion(it->second.services[num].profileDescriptors, info.remoteVersion)) { in FindAttributes()
302 bool HfpHfSdpClient::FindProfileVersion(const std::vector<SdpProfileDescriptor> &profiles, uint16_t… in FindProfileVersion() function in OHOS::bluetooth::HfpHfSdpClient