Uses of Class
org.bluez.exceptions.BluezNotPermittedException

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

    Modifier and Type
    Method
    Description
    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
    LEAdvertisingManager1.RegisterAdvertisement(org.freedesktop.dbus.DBusPath _advertisement, Map<String,org.freedesktop.dbus.types.Variant<?>> _options)
    From bluez documentation:

    Registers an advertisement object to be sent over the LE
    Advertising channel.
    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