summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-05-21 16:29:08 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-05-21 16:29:08 +0000
commitb747ecdbcf0ae38830adb814f6b9bfc95d9872f4 (patch)
tree8523b2808b28bee7ac9f8321822632168f6d7a69
parent988369b8fa6cbb3fe4c63720250bca174cbf22ca (diff)
And another bunch of missing attributes
-rwxr-xr-xdaemon/test-database19
1 files changed, 19 insertions, 0 deletions
diff --git a/daemon/test-database b/daemon/test-database
index ac945760..1be14c5e 100755
--- a/daemon/test-database
+++ b/daemon/test-database
@@ -48,6 +48,15 @@ xml = ' \
</sequence> \
</attribute> \
\
+ <attribute id="0x0009"> \
+ <sequence> \
+ <sequence> \
+ <uuid value="0x1101"/> \
+ <uint16 value="0x0100"/> \
+ </sequence> \
+ </sequence> \
+ </attribute> \
+ \
<attribute id="0x000a"> \
<url value="http://www.bluez.org/"/> \
</attribute> \
@@ -71,6 +80,16 @@ xml = ' \
<attribute id="0x0102"> \
<text value="BlueZ"/> \
</attribute> \
+ \
+ <attribute id="0x0200"> \
+ <sequence> \
+ <uint16 value="0x0100"/> \
+ </sequence> \
+ </attribute> \
+ \
+ <attribute id="0x0201"> \
+ <uint32 value="0"/> \
+ </attribute> \
</record> \
'