ORG.BLUEZ.OBEX.SYNCHRONIZATION(5) | Linux System Administration | ORG.BLUEZ.OBEX.SYNCHRONIZATION(5) |
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)
Possible location:
- "int" ( "internal" which is default )
- Store in the interval memory.
- "sim{#}"
- Store in sim card number #.
Possible errors:
object, dict GetPhonebook(string targetfile)
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:
object, dict PutPhonebook(string sourcefile)
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:
October 2023 | BlueZ |