Home
last modified time | relevance | path

Searched refs:FindProfileFeatures (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.h168 …static bool FindProfileFeatures(const std::vector<HfpAgSdpAttribute> &attributes, uint16_t &featur…
H A Dhfp_ag_sdp_client.cpp184 if (!FindProfileFeatures(it->second.services[num].attributes, info.remoteFeatures)) { in FindAttributes()
312 bool HfpAgSdpClient::FindProfileFeatures(const std::vector<HfpAgSdpAttribute> &attributes, uint16_t… in FindProfileFeatures() function in OHOS::bluetooth::HfpAgSdpClient
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_client.h170 …static bool FindProfileFeatures(const std::vector<HfpHfSdpAttribute> &attributes, uint16_t &featur…
H A Dhfp_hf_sdp_client.cpp187 if (!FindProfileFeatures(it->second.services[num].attributes, info.remoteFeatures)) { in FindAttributes()
320 bool HfpHfSdpClient::FindProfileFeatures(const std::vector<HfpHfSdpAttribute> &attributes, uint16_t… in FindProfileFeatures() function in OHOS::bluetooth::HfpHfSdpClient