Uses of Class
org.bluez.exceptions.BluezInvalidValueLengthException

  • Uses of BluezInvalidValueLengthException in com.github.hypfvieh.bluetooth.wrapper

    Modifier and Type
    Method
    Description
    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 BluezInvalidValueLengthException in org.bluez

    Modifier and Type
    Method
    Description
    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