Uses of Class
org.bluez.exceptions.BluezForbiddenException
Packages that use BluezForbiddenException
-
Uses of BluezForbiddenException in org.bluez.obex
Methods in org.bluez.obex that throw BluezForbiddenExceptionModifier and TypeMethodDescriptionorg.freedesktop.dbus.types.UInt16PhonebookAccess1.GetSize()From bluez documentation:
Return the number of entries in the selected phonebook
object that are actually used (i.e. indexes that
correspond to non-NULL entries).
From bluez documentation:
Return an array of vcard-listing data where every entry
consists of a pair of strings containing the vcard
handle and the contact name.PhonebookAccess1.Pull(String _vcard, String _targetfile, Map<String, org.freedesktop.dbus.types.Variant<?>> _filters) From bluez documentation:
Given a vcard handle, retrieve the vcard in the current
phonebook object and store 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.
Possbile filters: Format and Fields
PhonebookAccess1.PullAll(String _targetfile, Map<String, org.freedesktop.dbus.types.Variant<?>> _filters) From bluez documentation:
Return the entire phonebook object from the PSE server
in plain string with vcard format, and store 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.
Possible filters: Format, Order, Offset, MaxCount and
Fields
PhonebookAccess1.Search(String _field, String _value, Map<String, org.freedesktop.dbus.types.Variant<?>> _filters) From bluez documentation:
Search for entries matching the given condition and
return an array of vcard-listing data where every entry
consists of a pair of strings containing the vcard
handle and the contact name.
vcard : name paired string match the search condition.
field : the field in the vcard to search with
{ "name" (default) | "number" | "sound" }
value : the string value to search for
Possible filters: Order, Offset and MaxCount
voidPhonebookAccess1.UpdateVersion()From bluez documentation:
Attempt to update PrimaryCounter and SecondaryCounter.