Home
last modified time | relevance | path

Searched refs:SDP_ATTRIBUTE_SERVICE_CLASS_ID_LIST (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_client.cpp87 SDP_ATTRIBUTE_SERVICE_CLASS_ID_LIST; in DoDiscovery()
97 SDP_ATTRIBUTE_SERVICE_CLASS_ID_LIST; in DoDiscovery()
148 SDP_ATTRIBUTE_SERVICE_CLASS_ID_LIST; in DoHspHsDiscovery()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_client.cpp85 SDP_ATTRIBUTE_SERVICE_CLASS_ID_LIST; in DoDiscovery()
97 SDP_ATTRIBUTE_SERVICE_CLASS_ID_LIST; in DoDiscovery()
150 SDP_ATTRIBUTE_SERVICE_CLASS_ID_LIST; in DoHspAgDiscovery()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_sdp_client.cpp44 … attributeIdList.attributeIdList.attributeId[SOCK_SDP_IDX0] = SDP_ATTRIBUTE_SERVICE_CLASS_ID_LIST; in StartDiscovery()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_sdp.cpp130 attributeIdList.attributeIdList.attributeId[0] = SDP_ATTRIBUTE_SERVICE_CLASS_ID_LIST; in FindSnkService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h47 #define SDP_ATTRIBUTE_SERVICE_CLASS_ID_LIST 0x0001 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_server.c246 …ret = SdpAddAttributeToServiceRecord(handle, SDP_ATTRIBUTE_SERVICE_CLASS_ID_LIST, type, offset, bu… in SdpAddServiceClassIdList()
H A Dsdp_client_parse.c1804 } else if (attributeId == SDP_ATTRIBUTE_SERVICE_CLASS_ID_LIST) { in SdpParseAttributeValue()