Searched refs:attributeByteCount (Results 1 – 1 of 1) sorted by relevance
1422 uint16_t attributeByteCount = (uint16_t)PacketSize(fragmentPacket); in SdpBuildAttributeFragmentResponse() local1430 length = attributeByteCount + SDP_UINT16_LENGTH + SDP_PACKET_TAIL_ONE_BYTE; in SdpBuildAttributeFragmentResponse()1437 length = attributeByteCount + SDP_UINT16_LENGTH + SDP_PACKET_TAIL_TWO_BYTE; in SdpBuildAttributeFragmentResponse()1444 length = attributeByteCount + SDP_UINT16_LENGTH + SDP_PACKET_TAIL_THREE_BYTE; in SdpBuildAttributeFragmentResponse()1461 *(uint16_t *)(header + offset) = H2BE_16(attributeByteCount); in SdpBuildAttributeFragmentResponse()