Home
last modified time | relevance | path

Searched refs:HfpAgSdpAttribute (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.h35 } HfpAgSdpAttribute; typedef
40 std::vector<HfpAgSdpAttribute> attributes {}; // HF attribute descriptor
168 …static bool FindProfileFeatures(const std::vector<HfpAgSdpAttribute> &attributes, uint16_t &featur…
H A Dhfp_ag_sdp_client.cpp221 HfpAgSdpAttribute attribute; in CopySdpServiceArray()
254 std::vector<HfpAgSdpAttribute>().swap(array.services[n].attributes); in DeleteSdpServiceArray()
312 bool HfpAgSdpClient::FindProfileFeatures(const std::vector<HfpAgSdpAttribute> &attributes, uint16_t… in FindProfileFeatures()