Home
last modified time | relevance | path

Searched refs:SDP_ATTRIBUTE_SERVICE_ID (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h49 #define SDP_ATTRIBUTE_SERVICE_ID 0x0003 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_server.c289 ret = SdpAddAttributeToServiceRecord(handle, SDP_ATTRIBUTE_SERVICE_ID, 0, offset, buffer); in SdpAddServiceId()
H A Dsdp_client_parse.c1808 } else if (attributeId == SDP_ATTRIBUTE_SERVICE_ID) { in SdpParseAttributeValue()