Home
last modified time | relevance | path

Searched refs:serviceDescription (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_sdp_client.cpp59 if (serviceAry[0].serviceDescription != nullptr) { in SdpCallback_()
60 hidInf_.serviceDescription = serviceAry[0].serviceDescription; in SdpCallback_()
62 hidInf_.serviceDescription = ""; in SdpCallback_()
174 LOG_DEBUG("[HIDH SDP]serviceName:%{public}s,serviceDescription:%{public}s,providerName:%{public}s", in printHidSdpInfo()
175 hidInf_.serviceName.c_str(), hidInf_.serviceDescription.c_str(), hidInf_.providerName.c_str()); in printHidSdpInfo()
H A Dhid_host_defines.h140 std::string serviceDescription = ""; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h473 char *serviceDescription; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client_parse.c1403 service->serviceDescription = MEM_MALLOC.alloc(SDP_MAX_ATTRIBUTE_LEN); in SdpGetServiceDescription()
1404 if (service->serviceDescription == NULL) { in SdpGetServiceDescription()
1408 (void)memset_s(service->serviceDescription, SDP_MAX_ATTRIBUTE_LEN, 0, SDP_MAX_ATTRIBUTE_LEN); in SdpGetServiceDescription()
1410 return SdpGetString(bufferInfo, service->serviceDescription, DE_TYPE_STRING); in SdpGetServiceDescription()
1848 if (service->serviceDescription) { in SdpFreeServiceRemained()
1849 MEM_MALLOC.free(service->serviceDescription); in SdpFreeServiceRemained()
1850 service->serviceDescription = NULL; in SdpFreeServiceRemained()

Completed in 6 milliseconds