diff options
author | Matt Porter <mporter@konsulko.com> | 2018-06-04 14:31:40 -0400 |
---|---|---|
committer | Matt Porter <mporter@konsulko.com> | 2018-06-14 10:58:53 -0400 |
commit | 2cf42de672004e56063f83ad26da8fec1c757e43 (patch) | |
tree | 15b0d0be0f2cf6f716389c3725740aff44ec8f15 /binding/gdbus/api/transfer1.xml | |
parent | 830bf99eba883c93cf231b661310da57eeb54a88 (diff) |
Initial Bluetooth PBAP binding
Supports the following features:
- retrieval of phonebook contacts
- retrieval of call history (incoming/outgoing/missed/combined lists)
- retrieval of individual contact entry by handle
- search for contact by phone number
Bug-AGL: SPEC-1437
Change-Id: I1d0d5c4c02e5ba4a5db1bcfc932421fd9d478426
Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'binding/gdbus/api/transfer1.xml')
-rw-r--r-- | binding/gdbus/api/transfer1.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/binding/gdbus/api/transfer1.xml b/binding/gdbus/api/transfer1.xml new file mode 100644 index 0000000..b1a5e99 --- /dev/null +++ b/binding/gdbus/api/transfer1.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> +<node> + <interface name="org.bluez.obex.Transfer1"> + <method name="Cancel" /> + <method name="Suspend" /> + <method name="Resume" /> +<!-- + <property name="Status" type="s" access="read" /> + <property name="Session" type="o" access="read" /> + <property name="Name" type="s" access="read" /> + <property name="Type" type="s" access="read" /> + <property name="Time" type="t" access="read" /> + <property name="Size" type="t" access="read" /> + <property name="Transferred" type="t" access="read" /> + <property name="Filename" type="s" access="read" /> +--> + </interface> +</node> |