diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-05-21 14:18:27 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-05-21 14:18:27 +0000 |
commit | 00ce8acd7add7b70e0493fef533d1c9c54bab7b7 (patch) | |
tree | f0b13760f24a5a382355ead8e9103ec1245016ac | |
parent | 541d39d1abbca808107c830dcda7c72c4525be6a (diff) |
Update example service record
-rwxr-xr-x | daemon/test-database | 38 |
1 files changed, 36 insertions, 2 deletions
diff --git a/daemon/test-database b/daemon/test-database index 853ae85b..3322c40b 100755 --- a/daemon/test-database +++ b/daemon/test-database @@ -13,6 +13,11 @@ xml = ' \ <uuid value="0x1101"/> \ </sequence> \ </attribute> \ + \ + <attribute id="0x0003"> \ + <uuid value="00001101-0000-1000-8000-00805f9b34fb"/> \ + </attribute> \ + \ <attribute id="0x0004"> \ <sequence> \ <sequence> \ @@ -20,12 +25,41 @@ xml = ' \ </sequence> \ <sequence> \ <uuid value="0x0003"/> \ - <uint8 value="23" name="channel"/> \ + <uint8 value="23"/> \ </sequence> \ </sequence> \ </attribute> \ + \ + <attribute id="0x0006"> \ + <sequence> \ + <uint16 value="0x656e"/> \ + <uint16 value="0x006a"/> \ + <uint16 value="0x0100"/> \ + </sequence> \ + </attribute> \ + \ + <attribute id="0x000a"> \ + <url value="http://www.bluez.org/"/> \ + </attribute> \ + \ + <attribute id="0x000b"> \ + <url value="http://www.bluez.org/"/> \ + </attribute> \ + \ + <attribute id="0x000c"> \ + <url value="http://www.bluez.org/"/> \ + </attribute> \ + \ <attribute id="0x0100"> \ - <text value="COM5" name="name"/> \ + <text value="Serial Port"/> \ + </attribute> \ + \ + <attribute id="0x0101"> \ + <text value="Serial Port Service"/> \ + </attribute> \ + \ + <attribute id="0x0102"> \ + <text value="BlueZ"/> \ </attribute> \ </record> \ ' |