diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-07-29 20:35:12 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-07-29 20:35:12 +0200 |
commit | e0581b5e29c71c4a0b429ebad671e9bb5583f8e0 (patch) | |
tree | 84606447fce9a17818965957296e8ee447b59450 /src/service-did.xml | |
parent | 6ff001317710e6cf629ad93db58db615a8be6eee (diff) |
Move hcid to src directory and rename it to bluetoothd
Diffstat (limited to 'src/service-did.xml')
-rw-r--r-- | src/service-did.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/service-did.xml b/src/service-did.xml new file mode 100644 index 00000000..52eb68c0 --- /dev/null +++ b/src/service-did.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8" ?> + +<record> + <attribute id="0x0001"> + <sequence> + <uuid value="0x1200"/> + </sequence> + </attribute> + + <attribute id="0x0200"> + <uint16 value="0x0102" name="id"/> + </attribute> + + <attribute id="0x0201"> + <uint16 value="0x0a12" name="vendor"/> + </attribute> + + <attribute id="0x0202"> + <uint16 value="0x4711" name="product"/> + </attribute> + + <attribute id="0x0203"> + <uint16 value="0x0000" name="version"/> + </attribute> + + <attribute id="0x0204"> + <boolean value="true"/> + </attribute> + + <attribute id="0x0205"> + <uint16 value="0x0002" name="source"/> + </attribute> +</record> |