Home
last modified time | relevance | path

Searched refs:FindProfileNetwork (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_client.h179 …static bool FindProfileNetwork(const std::vector<HfpHfSdpAttribute> &attributes, uint8_t &network);
H A Dhfp_hf_sdp_client.cpp193 if (!FindProfileNetwork(it->second.services[num].attributes, info.remoteNetwork)) { in FindAttributes()
334 bool HfpHfSdpClient::FindProfileNetwork(const std::vector<HfpHfSdpAttribute> &attributes, uint8_t &… in FindProfileNetwork() function in OHOS::bluetooth::HfpHfSdpClient