When sending data (using put command) if the object if larger then the size of the command headers must be spred over several commands. this method split all headers into proper number of put commands
[Visual Basic] Public Shared Function SplitForSending( _ ByVal headers As OBEXHeader(), _ ByVal OpCode As Byte, _ ByVal MaxCommandLen As UInt16 _ ) As OBEXCommand()