Uses of Class
org.bluez.exceptions.BluezInProgressException
Packages that use BluezInProgressException
-
Uses of BluezInProgressException in com.github.hypfvieh.bluetooth.wrapper
Methods in com.github.hypfvieh.bluetooth.wrapper that throw BluezInProgressExceptionModifier and TypeMethodDescriptionbyte[]Read a value from the GATT characteristics register.
Supported options:byte[]Read a value from the GATT descriptor register.
Supported options:voidBluetoothGattCharacteristic.startNotify()From bluez Documentation: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 BluezInProgressException in org.bluez
Methods in org.bluez that throw BluezInProgressExceptionModifier and TypeMethodDescriptionvoidDevice1.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.voidDevice1.ConnectProfile(String _uuid) From bluez documentation:
This method connects a specific profile of this
device.voidDevice1.DisconnectProfile(String _uuid) From bluez documentation:
This method disconnects a specific profile of
this device.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.StartDiscovery()From bluez documentation:
This method starts the device discovery session.voidGattCharacteristic1.StartNotify()From bluez documentation:
Starts a notification session from this characteristic
if it supports value notifications or indications.
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 BluezInProgressException in org.bluez.obex
Methods in org.bluez.obex that throw BluezInProgressExceptionModifier and TypeMethodDescriptionvoidTransfer1.Cancel()From bluez documentation:
Stops the current transference.