Searched refs:attributeListByteCount (Results 1 – 1 of 1) sorted by relevance
737 uint16_t attributeListByteCount; in SdpParseAttributeResponse() local747 attributeListByteCount = BE2H_16(*(uint16_t *)buffer); in SdpParseAttributeResponse()748 if (attributeListByteCount >= length) { in SdpParseAttributeResponse()750 __FUNCTION__, __LINE__, attributeListByteCount); in SdpParseAttributeResponse()756 length = length - attributeListByteCount; in SdpParseAttributeResponse()787 uint16_t attributeListByteCount; in SdpParseSearchAttributeResponse() local796 attributeListByteCount = BE2H_16(*(uint16_t *)buffer); in SdpParseSearchAttributeResponse()797 if (attributeListByteCount >= length) { in SdpParseSearchAttributeResponse()800 __FUNCTION__, __LINE__, attributeListByteCount); in SdpParseSearchAttributeResponse()805 length = length - attributeListByteCount; in SdpParseSearchAttributeResponse()