Uses of Class
org.bluez.exceptions.BluezNotConnectedException
Packages that use BluezNotConnectedException
-
Uses of BluezNotConnectedException in com.github.hypfvieh.bluetooth.wrapper
Methods in com.github.hypfvieh.bluetooth.wrapper that throw BluezNotConnectedExceptionModifier and TypeMethodDescriptionvoidBluetoothGattCharacteristic.startNotify()From bluez Documentation: -
Uses of BluezNotConnectedException in org.bluez
Methods in org.bluez that throw BluezNotConnectedExceptionModifier and TypeMethodDescriptionorg.freedesktop.dbus.FileDescriptorHealthChannel1.Acquire()From bluez documentation:
Returns the file descriptor for this data channel.voidDevice1.Disconnect()From bluez documentation:
This method gracefully disconnects all connected
profiles and then terminates low-level ACL connection.
ACL connection will be terminated even if some profiles
were not disconnected properly e.g. due to misbehaving
device.
This method can be also used to cancel a preceding
Connect call before a reply to it has been received.
For non-trusted devices connected over LE bearer calling
this method will disable incoming connections until
Connect method is called again.
voidGattCharacteristic1.StartNotify()From bluez documentation:
Starts a notification session from this characteristic
if it supports value notifications or indications.