Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client_parse.c991 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
1052 if (totalLength < currentLength) { in SdpGetCommonProtocolDescriptorList()
1064 currentLength = currentLength - pos; in SdpGetCommonProtocolDescriptorList()
1067 currentLength, bufferInfo, offset); in SdpGetCommonProtocolDescriptorList()
1284 uint32_t currentLength = 0; in SdpGetBluetoothProfileDescriptorList() local
1315 if (bufferInfo->length < currentLength) { in SdpGetBluetoothProfileDescriptorList()
1327 length = length - currentLength; in SdpGetBluetoothProfileDescriptorList()
[all …]