Thomas Davis
2007-06-13 15:57:38 UTC
Hello, I found two small bugs in beta-3
1) kdDebug does not work in kbluemon. Simple fix, it's a kapplication,
not a qapplication.
2) My bluetooth devices love to encode attributes in hex, not plain
text. ie, I get:
<attribute id="0x0100">
<text encoding="hex"
value="417564696f204761746577617900" />
</attribute>
instead of:
<attribute id="0x0100">
<text value="OBEX Object Push" />
</attribute>
The attached patch fixes #1, and adds a check for hex encoding of an
attribute, and decodes it to fix #2.
thomas
1) kdDebug does not work in kbluemon. Simple fix, it's a kapplication,
not a qapplication.
2) My bluetooth devices love to encode attributes in hex, not plain
text. ie, I get:
<attribute id="0x0100">
<text encoding="hex"
value="417564696f204761746577617900" />
</attribute>
instead of:
<attribute id="0x0100">
<text value="OBEX Object Push" />
</attribute>
The attached patch fixes #1, and adds a check for hex encoding of an
attribute, and decodes it to fix #2.
thomas