Man page - org.bluez.obex.synchronization(5)
Packages contains this manual
- rfcomm(1)
- bluetoothctl-player(1)
- bluetoothctl-assistant(1)
- bluetooth-meshd(8)
- hciconfig(1)
- obexctl(1)
- hex2hcd(1)
- mpris-proxy(1)
- bluetoothctl-endpoint(1)
- bluetoothctl-hci(1)
- bluetoothctl(1)
- bluetoothctl-gatt(1)
- rctest(1)
- hid2hci(1)
- bluemoon(1)
- ciptool(1)
- bluetoothctl-monitor(1)
- l2test(1)
- bluetoothctl-scan(1)
- sdptool(1)
- bluetoothctl-transport(1)
- btmgmt(1)
- hciattach(1)
- btattach(1)
- gatttool(1)
- bluetoothctl-mgmt(1)
- bluetoothctl-admin(1)
- bluetoothd(8)
- hcitool(1)
- bluetoothctl-advertise(1)
- btmon(1)
- l2ping(1)
apt-get install bluez
Manual
ORG.BLUEZ.OBEX.SYNCHRONIZATION
NAMEINTERFACE
Methods
void SetLocation(string location)
object, dict GetPhonebook(string targetfile)
object, dict PutPhonebook(string sourcefile)
NAME
org.bluez.obex.Synchronization - BlueZ D-Bus OBEX Synchronization API documentation
INTERFACE
Service
org.bluez.obex
Interface
org.bluez.obex.Synchronization1
Object path
[Session object path]
Methods
void SetLocation(string location)
Sets the phonebook object store location for other operations. Should be called before all the other operations.
Possible
location:
"int" ( "internal" which is default
)
Store in the interval memory.
"sim{#}"
Store in sim card number #.
Possible
errors:
org.bluez.obex.Error.InvalidArguments
object, dict GetPhonebook(string targetfile)
Retrieves an entire Phonebook Object store from remote device, and stores it in a local file.
If an empty target file is given, a name will be automatically calculated for the temporary file.
The returned path represents the newly created transfer, which should be used to find out if the content has been successfully transferred or if the operation fails.
The properties of this transfer are also returned along with the object path, to avoid a call to GetProperties, see org.bluez.obex.Transfer(5) for the possible list of properties.
Possible
errors:
org.bluez.obex.Error.InvalidArguments
org.bluez.obex.Error.Failed
object, dict PutPhonebook(string sourcefile)
Sends an entire Phonebook Object store to remote device.
The returned path represents the newly created transfer, which should be used to find out if the content has been successfully transferred or if the operation fails.
The properties of this transfer are also returned along with the object path, to avoid a call to GetProperties, see org.bluez.obex.Transfer(5) for the possible list of properties.
Possible
errors:
org.bluez.obex.Error.InvalidArguments
org.bluez.obex.Error.Failed