Uses of Class
org.bluez.exceptions.BluezNotSupportedException
Packages that use BluezNotSupportedException
Package
Description
-
Uses of BluezNotSupportedException in com.github.hypfvieh.bluetooth
Methods in com.github.hypfvieh.bluetooth that throw BluezNotSupportedExceptionModifier and TypeMethodDescriptionvoidDeviceManager.setScanFilter(Map<DiscoveryFilter, Object> _filter) Setup bluetooth scan/discovery filter. -
Uses of BluezNotSupportedException in com.github.hypfvieh.bluetooth.wrapper
Methods in com.github.hypfvieh.bluetooth.wrapper that throw BluezNotSupportedExceptionModifier and TypeMethodDescriptionbyte[]Read a value from the GATT characteristics register.
Supported options:byte[]Read a value from the GATT descriptor register.
Supported options:voidBluetoothAdapter.setDiscoveryFilter(Map<String, org.freedesktop.dbus.types.Variant<?>> _filter) Use this to set a discovery filter.
This will cause the bluez library to only add device objects which are matching the given criterias.
Support values for the Map:voidBluetoothGattCharacteristic.startNotify()From bluez Documentation:voidBluetoothGattCharacteristic.writeValue(byte[] _value, Map<String, Object> _options) Write value to the GATT characteristic register.
Supported options:voidBluetoothGattDescriptor.writeValue(byte[] _value, Map<String, Object> _options) Write value to the GATT descriptor register.
Supported options: -
Uses of BluezNotSupportedException in org.bluez
Methods in org.bluez that throw BluezNotSupportedExceptionModifier and TypeMethodDescriptionTwoTuple<org.freedesktop.dbus.FileDescriptor, org.freedesktop.dbus.types.UInt16> GattCharacteristic1.AcquireNotify(Map<String, org.freedesktop.dbus.types.Variant<?>> _options) From bluez documentation:
Acquire file descriptor and MTU for notify.TwoTuple<org.freedesktop.dbus.FileDescriptor, org.freedesktop.dbus.types.UInt16> GattCharacteristic1.AcquireWrite(Map<String, org.freedesktop.dbus.types.Variant<?>> _options) From bluez documentation:
Acquire file descriptor and MTU for writing.voidMediaItem1.AddtoNowPlaying()From bluez documentation:
Add item to now playing list
voidMediaFolder1.ChangeFolder(org.freedesktop.dbus.DBusPath _folder) From bluez documentation:
Change current folder.
Note: By changing folder the items of previous folder
might be destroyed and have to be listed again, the
exception is NowPlaying folder which should be always
present while the player is active.
org.freedesktop.dbus.DBusPathAdapter1.ConnectDevice(Map<String, org.freedesktop.dbus.types.Variant<?>> _properties) From bluez documentation:
This method connects to device without need of
performing General Discovery.voidDevice1.DisconnectProfile(String _uuid) From bluez documentation:
This method disconnects a specific profile of
this device.voidMediaPlayer1.FastForward()From bluez documentation:
Fast forward playback, this action is only stopped
when another method in this interface is called.
voidMediaPlayer1.Hold(byte _avc_key) From bluez documentation:
Press and hold a specific key to send as passthrough
command.TwoTuple<org.freedesktop.dbus.DBusPath,Properties>[] From bluez documentation:
Return a list of items found
voidMediaPlayer1.Next()From bluez documentation:
Next item.
voidMediaPlayer1.Pause()From bluez documentation:
Pause playback.
voidMediaItem1.Play()From bluez documentation:
Play item
voidMediaPlayer1.Play()From bluez documentation:
Resume playback.
voidMediaPlayer1.Press(byte _avc_key) From bluez documentation:
Press a specific key to send as passthrough command.
The key will be released automatically.voidMediaPlayer1.Previous()From bluez documentation:
Previous item.
byte[]From bluez documentation:
Issues a request to read the value of the
characteristic and returns the value if the
operation was successful.
Possible options: "offset": uint16 offset
"mtu": Exchanged MTU (Server only)
"device": Object Device (Server only)
byte[]From bluez documentation:
Issues a request to read the value of the
characteristic and returns the value if the
operation was successful.
Possible options: "offset": Start offset
"device": Device path (Server only)
"link": Link type (Server only)
voidMedia1.RegisterPlayer(org.freedesktop.dbus.DBusPath _player, Map<String, org.freedesktop.dbus.types.Variant<?>> _properties) From bluez documentation:
Register a media player object to sender, the sender
can register as many objects as it likes.
Object must implement at least
org.mpris.MediaPlayer2.Player as defined in MPRIS 2.2
spec:
http://specifications.freedesktop.org/mpris-spec/latest/
Note: If the sender disconnects its objects are
automatically unregistered.
voidMediaPlayer1.Release()From bluez documentation:
Release the previously held key invoked using Hold().
voidMediaPlayer1.Rewind()From bluez documentation:
Rewind playback, this action is only stopped
when another method in this interface is called.
org.freedesktop.dbus.DBusPathFrom bluez documentation:
Return a folder object containing the search result.
To list the items found use the folder object returned
and pass to ChangeFolder.
voidAdapter1.SetDiscoveryFilter(Map<String, org.freedesktop.dbus.types.Variant<?>> _filter) From bluez documentation:
This method sets the device discovery filter for the
caller.voidGattCharacteristic1.StartNotify()From bluez documentation:
Starts a notification session from this characteristic
if it supports value notifications or indications.
voidMediaPlayer1.Stop()From bluez documentation:
Stop playback.
voidGattCharacteristic1.WriteValue(byte[] _value, Map<String, org.freedesktop.dbus.types.Variant<?>> _options) From bluez documentation:
Issues a request to write the value of the
characteristic.
Possible options: "offset": Start offset
"type": string
Possible values:
"command": Write without
response
"request": Write with response
"reliable": Reliable Write
"mtu": Exchanged MTU (Server only)
"device": Device path (Server only)
"link": Link type (Server only)
"prepare-authorize": True if prepare
authorization
request
voidGattDescriptor1.WriteValue(byte[] _value, Map<String, org.freedesktop.dbus.types.Variant<?>> _flags) From bluez documentation:
Issues a request to write the value of the
characteristic.
Possible options: "offset": Start offset
"device": Device path (Server only)
"link": Link type (Server only)
"prepare-authorize": boolean Is prepare
authorization
request
-
Uses of BluezNotSupportedException in org.bluez.obex
Methods in org.bluez.obex that throw BluezNotSupportedExceptionModifier and TypeMethodDescriptionSession1.GetCapabilities()From bluez documentation:
Get remote device capabilities.
voidPhonebookAccess1.UpdateVersion()From bluez documentation:
Attempt to update PrimaryCounter and SecondaryCounter.