Uses of Class
org.bluez.exceptions.BluezInProgressException

Packages that use BluezInProgressException
  • Uses of BluezInProgressException 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
    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 BluezInProgressException in org.bluez

    Methods in org.bluez that throw BluezInProgressException
    Modifier and Type
    Method
    Description
    void
    Device1.Connect()
    From bluez documentation:

    This is a generic method to connect any profiles
    the remote device supports that can be connected
    to and have been flagged as auto-connectable on
    our side.
    void
    Device1.ConnectProfile(String _uuid)
    From bluez documentation:

    This method connects a specific profile of this
    device.
    void
    Device1.DisconnectProfile(String _uuid)
    From bluez documentation:

    This method disconnects a specific profile of
    this device.
    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
    Adapter1.StartDiscovery()
    From bluez documentation:

    This method starts the device discovery session.
    void
    GattCharacteristic1.StartNotify()
    From bluez documentation:

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

    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 BluezInProgressException in org.bluez.obex

    Modifier and Type
    Method
    Description
    void
    Transfer1.Cancel()
    From bluez documentation:

    Stops the current transference.