Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_server.c1605 uint32_t attributeIDListLength = 0; in SdpParseSearchAttributeRequest() local
1629 pos = SdpGetLengthFromType(bufferInfo->buffer + offset, type, &attributeIDListLength); in SdpParseSearchAttributeRequest()
1630 if (bufferInfo->length < attributeIDListLength) { in SdpParseSearchAttributeRequest()
1637 offset += attributeIDListLength; in SdpParseSearchAttributeRequest()
1658 BuildAttributeListArray(bufferInfo->buffer + attributeIDListPos, attributeIDListLength, in SdpParseSearchAttributeRequest()