Uses of Class
org.bluez.exceptions.BluezNotAuthorizedException

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

    Modifier and Type
    Method
    Description
    ThreeTuple<org.freedesktop.dbus.FileDescriptor,org.freedesktop.dbus.types.UInt16,org.freedesktop.dbus.types.UInt16>
    MediaTransport1.Acquire()
    From bluez documentation:

    Acquire transport file descriptor and the MTU for read
    and write respectively.

    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.StopDiscovery()
    From bluez documentation:

    This method will cancel any previous StartDiscovery
    transaction.

    Note that a discovery procedure is shared between all
    discovery sessions thus calling StopDiscovery will only
    release a single session and discovery will stop when
    all sessions from all clients have finished.

    ThreeTuple<org.freedesktop.dbus.FileDescriptor,org.freedesktop.dbus.types.UInt16,org.freedesktop.dbus.types.UInt16>
    MediaTransport1.TryAcquire()
    From bluez documentation:

    Acquire transport file descriptor only if the transport
    is in "pending" state at the time the message is
    received by BlueZ.
    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 BluezNotAuthorizedException in org.bluez.obex

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

    Stops the current transference.

    void
    Client1.RemoveSession(org.freedesktop.dbus.DBusPath _session)
    From bluez documentation:

    Unregister session and abort pending transfers.

    void
    Transfer1.Resume()
    From bluez documentation:

    Resume transference.

    void
    Transfer1.Suspend()
    From bluez documentation:

    Suspend transference.