Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client_parse.c1355 service->documentationUrl = MEM_MALLOC.alloc(SDP_MAX_ATTRIBUTE_LEN); in SdpGetDocumentationUrl()
1356 if (service->documentationUrl == NULL) { in SdpGetDocumentationUrl()
1360 (void)memset_s(service->documentationUrl, SDP_MAX_ATTRIBUTE_LEN, 0, SDP_MAX_ATTRIBUTE_LEN); in SdpGetDocumentationUrl()
1362 return SdpGetString(bufferInfo, service->documentationUrl, DE_TYPE_URL); in SdpGetDocumentationUrl()
1904 if (service->documentationUrl) { in SdpFreeService()
1905 MEM_MALLOC.free(service->documentationUrl); in SdpFreeService()
1906 service->documentationUrl = NULL; in SdpFreeService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h468 char *documentationUrl; member