Uses of Class
org.bluez.exceptions.BluezNotPermittedException
Packages that use BluezNotPermittedException
-
Uses of BluezNotPermittedException in com.github.hypfvieh.bluetooth.wrapper
Methods in com.github.hypfvieh.bluetooth.wrapper that throw BluezNotPermittedExceptionModifier 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 BluezNotPermittedException in org.bluez
Methods in org.bluez that throw BluezNotPermittedExceptionModifier and TypeMethodDescriptionbyte[]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)
voidLEAdvertisingManager1.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.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