Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client_parse.c985 uint32_t currentLength, BufferInfo *bufferInfo, int offset) in SdpGetCommonProtocolDescriptorEachList()
991 while (currentLength) { in SdpGetCommonProtocolDescriptorEachList()
1000 currentLength = currentLength - length - SDP_UINT16_LENGTH; in SdpGetCommonProtocolDescriptorEachList()
1013 currentLength = currentLength - pos; in SdpGetCommonProtocolDescriptorEachList()
1027 uint32_t currentLength = 0; in SdpGetCommonProtocolDescriptorList() local
1051 pos = SdpGetLengthFromType(bufferInfo->buffer + offset, type, &currentLength); in SdpGetCommonProtocolDescriptorList()
1052 if (totalLength < currentLength) { in SdpGetCommonProtocolDescriptorList()
1063 totalLength = totalLength - currentLength; in SdpGetCommonProtocolDescriptorList()
984 SdpGetCommonProtocolDescriptorEachList(SdpProtocolDescriptor *descriptor, uint16_t descriptorNumber, uint32_t currentLength, BufferInfo *bufferInfo, int offset) SdpGetCommonProtocolDescriptorEachList() argument
1284 uint32_t currentLength = 0; SdpGetBluetoothProfileDescriptorList() local
[all...]

Completed in 4 milliseconds