pbap backend: add simple README

This commit is contained in:
Mikel Astiz 2012-01-27 14:55:30 +01:00 committed by Patrick Ohly
parent e8f931bb73
commit c12cde00d1

30
src/backends/pbap/README Normal file
View file

@ -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