Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client_parse.c1099 uint32_t descriptorLength = 0; in SdpGetAdditionalProtocolDescriptorList() local
1105 pos = SdpGetLengthFromType(bufferInfo->buffer + offset, type, &descriptorLength); in SdpGetAdditionalProtocolDescriptorList()
1106 if (bufferInfo->length < descriptorLength) { in SdpGetAdditionalProtocolDescriptorList()
1127 while (descriptorLength) { in SdpGetAdditionalProtocolDescriptorList()
1129 offset = descriptorLength + pos; in SdpGetAdditionalProtocolDescriptorList()
1143 descriptorLength = descriptorLength - pos; in SdpGetAdditionalProtocolDescriptorList()