Searched refs:SdpGetString (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_client_parse.c | 897 static int SdpGetString(BufferInfo *bufferInfo, char *name, SdpDescriptorType nameType) in SdpGetString() function 1362 return SdpGetString(bufferInfo, service->documentationUrl, DE_TYPE_URL); in SdpGetDocumentationUrl() 1374 return SdpGetString(bufferInfo, service->clientExecutableUrl, DE_TYPE_URL); in SdpGetClientExecutableUrl() 1386 return SdpGetString(bufferInfo, service->iconUrl, DE_TYPE_URL); in SdpGetIconUrl() 1398 return SdpGetString(bufferInfo, service->serviceName, DE_TYPE_STRING); in SdpGetServiceName() 1410 return SdpGetString(bufferInfo, service->serviceDescription, DE_TYPE_STRING); in SdpGetServiceDescription() 1422 return SdpGetString(bufferInfo, service->providerName, DE_TYPE_STRING); in SdpGetProviderName()
|