bluez/unit
Jakub Adamek f264b1c744 gobex: Fix encoding of empty unicode headers
According to IrOBEX:
"An empty Name header is defined as a Name header of length 3 (one byte
opcode + two byte length)."

The current code encodes an empty header with 5 bytes, including two
bytes of null-terminator.

This patch assumes that this definition of emptiness applies to all
unicode headers, not just the name header.
2012-12-04 22:22:02 +01:00
..
test-eir.c Convert unit tests from GLib to GNU Check 2011-10-25 10:08:07 +02:00
test-gobex-header.c gobex: Fix encoding of empty unicode headers 2012-12-04 22:22:02 +01:00
test-gobex-packet.c gobex: Add support for returning -EAGAIN from producer callback 2012-12-04 22:22:02 +01:00
test-gobex-transfer.c gobex: Add support for returning -EAGAIN from producer callback 2012-12-04 22:22:02 +01:00
test-gobex.c gobex: Make use of va-args headers in higher level functions 2012-12-04 22:22:01 +01:00
util.c gobex: Refactor common unit test functions to util.c 2012-12-04 22:22:00 +01:00
util.h gobex: Refactor common unit test functions to util.c 2012-12-04 22:22:00 +01:00