diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-09-01 22:34:04 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-09-01 22:34:04 +0200 |
commit | cf92b6dc9c0fe11ace1a9ca4e7d18cb411ba56ba (patch) | |
tree | 54bfe64770b761a0148972fd9446921d446ef895 /test/service-opp.xml | |
parent | b2d5d2c1062af55008c5759c0fee2a1aecd83f66 (diff) |
Move test scripts into test directory
Diffstat (limited to 'test/service-opp.xml')
-rw-r--r-- | test/service-opp.xml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/test/service-opp.xml b/test/service-opp.xml new file mode 100644 index 00000000..351b4a41 --- /dev/null +++ b/test/service-opp.xml @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8" ?> + +<record> + <attribute id="0x0001"> + <sequence> + <uuid value="0x1105"/> + </sequence> + </attribute> + + <attribute id="0x0004"> + <sequence> + <sequence> + <uuid value="0x0100"/> + </sequence> + <sequence> + <uuid value="0x0003"/> + <uint8 value="23" name="channel"/> + </sequence> + <sequence> + <uuid value="0x0008"/> + </sequence> + </sequence> + </attribute> + + <attribute id="0x0009"> + <sequence> + <sequence> + <uuid value="0x1105"/> + <uint16 value="0x0100" name="version"/> + </sequence> + </sequence> + </attribute> + + <attribute id="0x0100"> + <text value="OBEX Object Push" name="name"/> + </attribute> + + <attribute id="0x0303"> + <sequence> + <uint8 value="0x01"/> + <uint8 value="0x01"/> + <uint8 value="0x02"/> + <uint8 value="0x03"/> + <uint8 value="0x04"/> + <uint8 value="0x05"/> + <uint8 value="0x06"/> + <uint8 value="0xff"/> + </sequence> + </attribute> +</record> |