Home
last modified time | relevance | path

Searched refs:FindProtocolRfcomm (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.h150 … static bool FindProtocolRfcomm(const std::vector<SdpProtocolDescriptor> &protocols, uint8_t &scn);
H A Dhfp_ag_sdp_client.cpp267 if (FindProtocolRfcomm(array.services[loopNum].descriptors, scn)) { in LoopAllProtocolRfcomm()
279 bool HfpAgSdpClient::FindProtocolRfcomm(const std::vector<SdpProtocolDescriptor> &protocols, uint8_… in FindProtocolRfcomm() function in OHOS::bluetooth::HfpAgSdpClient
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_client.h152 … static bool FindProtocolRfcomm(const std::vector<SdpProtocolDescriptor> &protocols, uint8_t &scn);
H A Dhfp_hf_sdp_client.cpp275 if (FindProtocolRfcomm(array.services[loopNum].descriptors, scn)) { in LoopAllProtocolRfcomm()
287 bool HfpHfSdpClient::FindProtocolRfcomm(const std::vector<SdpProtocolDescriptor> &protocols, uint8_… in FindProtocolRfcomm() function in OHOS::bluetooth::HfpHfSdpClient