From: Mikel Astiz <mikel.astiz(a)bmw-carit.de>
---
src/backends/pbap/README | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
create mode 100644 src/backends/pbap/README
diff --git a/src/backends/pbap/README b/src/backends/pbap/README
new file mode 100644
index 0000000..0d2c3b4
--- /dev/null
+++ b/src/backends/pbap/README
@@ -0,0 +1,30 @@
+Usage
+=====
+
+The "pbap" backend provides access to an addressbook stored in a
+remote device using the Bluetooth PBAP protocol. This is achieved
+using the D-Bus services from obex-client (obexd), which needs to
+be running.
+
+The "database" property specifies the Bluetooth address of the
+device to be connected.
+
+# configure backend
+syncevolution --configure \
+ syncURL= \
+ addressbook/backend=pbap \
+ addressbook/database=obex-bt://XX:XX:XX:XX:XX:XX \
+ target-config@pbap addressbook
+
+# print items
+syncevolution --print-items \
+ target-config@pbap addressbook
+
+# configure synchronization
+syncevolution --configure \
+ --template SyncEvolution_Client \
+ syncURL=local://@pbap \
+ pbap
+
+# run synchronization
+syncevolution --sync refresh-from-client pbap addressbook
--
1.7.6.5