What steps will reproduce the problem?
1. Try to send an empty name header
(e.g. headerSet.setHeader(HeaderSet.NAME, "");)
What is the expected output?
A name header with length 3 (IrOBEX v1.2 section 2.2.2) -- "An empty Name
header is defined as a Name header of length 3 (one byte opcode + two byte
length)."
What do you see instead?
A name header with length 5 and a trailing null character.
Original issue reported on code.google.com by who.read...@gmail.com on 9 Nov 2009 at 4:23
Original issue reported on code.google.com by
who.read...@gmail.com
on 9 Nov 2009 at 4:23