Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_client.h45 } HfpAgRemoteSdpServiceArray; typedef
131 static void DeleteSdpServiceArray(HfpAgRemoteSdpServiceArray &array);
141 …bool LoopAllProtocolRfcomm(uint16_t &loopNum, const HfpAgRemoteSdpServiceArray &array, uint8_t &sc…
175 static std::map<std::string, HfpAgRemoteSdpServiceArray> g_remoteSdpServiceArrays;
H A Dhfp_ag_sdp_client.cpp28 std::map<std::string, HfpAgRemoteSdpServiceArray> HfpAgSdpClient::g_remoteSdpServiceArrays;
209 HfpAgRemoteSdpServiceArray array; in CopySdpServiceArray()
240 void HfpAgSdpClient::DeleteSdpServiceArray(HfpAgRemoteSdpServiceArray &array) in DeleteSdpServiceArray()
261 const HfpAgRemoteSdpServiceArray &array, in LoopAllProtocolRfcomm()