Uses of Class
org.bluez.exceptions.BluezNotSupportedException

Packages that use BluezNotSupportedException
  • Uses of BluezNotSupportedException in com.github.hypfvieh.bluetooth

    Modifier and Type
    Method
    Description
    void
    DeviceManager.setScanFilter(Map<DiscoveryFilter,Object> _filter)
    Setup bluetooth scan/discovery filter.
  • Uses of BluezNotSupportedException in com.github.hypfvieh.bluetooth.wrapper

    Modifier and Type
    Method
    Description
    byte[]
    BluetoothGattCharacteristic.readValue(Map<String,Object> _options)
    Read a value from the GATT characteristics register.
    Supported options:
    byte[]
    BluetoothGattDescriptor.readValue(Map<String,Object> _options)
    Read a value from the GATT descriptor register.
    Supported options:
    void
    BluetoothAdapter.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:
    void
    BluetoothGattCharacteristic.startNotify()
    From bluez Documentation:
    void
    BluetoothGattCharacteristic.writeValue(byte[] _value, Map<String,Object> _options)
    Write value to the GATT characteristic register.
    Supported options:
    void
    BluetoothGattDescriptor.writeValue(byte[] _value, Map<String,Object> _options)
    Write value to the GATT descriptor register.
    Supported options:
  • Uses of BluezNotSupportedException in org.bluez

    Modifier and Type
    Method
    Description
    TwoTuple<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.
    void
    MediaItem1.AddtoNowPlaying()
    From bluez documentation:

    Add item to now playing list

    void
    MediaFolder1.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.DBusPath
    Adapter1.ConnectDevice(Map<String,org.freedesktop.dbus.types.Variant<?>> _properties)
    From bluez documentation:

    This method connects to device without need of
    performing General Discovery.
    void
    Device1.DisconnectProfile(String _uuid)
    From bluez documentation:

    This method disconnects a specific profile of
    this device.
    void
    MediaPlayer1.FastForward()
    From bluez documentation:

    Fast forward playback, this action is only stopped
    when another method in this interface is called.

    void
    MediaPlayer1.Hold(byte _avc_key)
    From bluez documentation:

    Press and hold a specific key to send as passthrough
    command.
    TwoTuple<org.freedesktop.dbus.DBusPath,Properties>[]
    MediaFolder1.ListItems(Map<String,org.freedesktop.dbus.types.Variant<?>> _filter)
    From bluez documentation:

    Return a list of items found

    void
    MediaPlayer1.Next()
    From bluez documentation:

    Next item.

    void
    MediaPlayer1.Pause()
    From bluez documentation:

    Pause playback.

    void
    MediaItem1.Play()
    From bluez documentation:

    Play item

    void
    MediaPlayer1.Play()
    From bluez documentation:

    Resume playback.

    void
    MediaPlayer1.Press(byte _avc_key)
    From bluez documentation:

    Press a specific key to send as passthrough command.
    The key will be released automatically.
    void
    MediaPlayer1.Previous()
    From bluez documentation:

    Previous item.

    byte[]
    GattCharacteristic1.ReadValue(Map<String,org.freedesktop.dbus.types.Variant<?>> _options)
    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[]
    GattDescriptor1.ReadValue(Map<String,org.freedesktop.dbus.types.Variant<?>> _flags)
    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)

    void
    Media1.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.

    void
    MediaPlayer1.Release()
    From bluez documentation:

    Release the previously held key invoked using Hold().

    void
    MediaPlayer1.Rewind()
    From bluez documentation:

    Rewind playback, this action is only stopped
    when another method in this interface is called.

    org.freedesktop.dbus.DBusPath
    MediaFolder1.Search(String _value, Map<String,org.freedesktop.dbus.types.Variant<?>> _filter)
    From bluez documentation:

    Return a folder object containing the search result.

    To list the items found use the folder object returned
    and pass to ChangeFolder.

    void
    Adapter1.SetDiscoveryFilter(Map<String,org.freedesktop.dbus.types.Variant<?>> _filter)
    From bluez documentation:

    This method sets the device discovery filter for the
    caller.
    void
    GattCharacteristic1.StartNotify()
    From bluez documentation:

    Starts a notification session from this characteristic
    if it supports value notifications or indications.

    void
    MediaPlayer1.Stop()
    From bluez documentation:

    Stop playback.

    void
    GattCharacteristic1.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

    void
    GattDescriptor1.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

    Modifier and Type
    Method
    Description
    Session1.GetCapabilities()
    From bluez documentation:

    Get remote device capabilities.

    void
    PhonebookAccess1.UpdateVersion()
    From bluez documentation:

    Attempt to update PrimaryCounter and SecondaryCounter.