Uses of Class
org.bluez.exceptions.BluezNotAuthorizedException
Packages that use BluezNotAuthorizedException
-
Uses of BluezNotAuthorizedException in com.github.hypfvieh.bluetooth.wrapper
Methods in com.github.hypfvieh.bluetooth.wrapper that throw BluezNotAuthorizedExceptionModifier and TypeMethodDescriptionbyte[]Read a value from the GATT characteristics register.
Supported options:byte[]Read a value from the GATT descriptor register.
Supported options:voidBluetoothGattCharacteristic.writeValue(byte[] _value, Map<String, Object> _options) Write value to the GATT characteristic register.
Supported options:voidBluetoothGattDescriptor.writeValue(byte[] _value, Map<String, Object> _options) Write value to the GATT descriptor register.
Supported options: -
Uses of BluezNotAuthorizedException in org.bluez
Methods in org.bluez that throw BluezNotAuthorizedExceptionModifier and TypeMethodDescriptionThreeTuple<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[]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[]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)
voidAdapter1.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.voidGattCharacteristic1.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
voidGattDescriptor1.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
Methods in org.bluez.obex that throw BluezNotAuthorizedExceptionModifier and TypeMethodDescriptionvoidTransfer1.Cancel()From bluez documentation:
Stops the current transference.
voidClient1.RemoveSession(org.freedesktop.dbus.DBusPath _session) From bluez documentation:
Unregister session and abort pending transfers.
voidTransfer1.Resume()From bluez documentation:
Resume transference.
voidTransfer1.Suspend()From bluez documentation:
Suspend transference.