Uses of Class
org.bluez.exceptions.BluezNotReadyException
Packages that use BluezNotReadyException
-
Uses of BluezNotReadyException in com.github.hypfvieh.bluetooth
Methods in com.github.hypfvieh.bluetooth that throw BluezNotReadyExceptionModifier and TypeMethodDescriptionvoidDeviceManager.setScanFilter(Map<DiscoveryFilter, Object> _filter) Setup bluetooth scan/discovery filter. -
Uses of BluezNotReadyException in com.github.hypfvieh.bluetooth.wrapper
Methods in com.github.hypfvieh.bluetooth.wrapper that throw BluezNotReadyExceptionModifier and TypeMethodDescriptionvoidBluetoothAdapter.setDiscoveryFilter(Map<String, org.freedesktop.dbus.types.Variant<?>> _filter) Use this to set a discovery filter.
This will cause the bluez library to only add device objects which are matching the given criterias.
Support values for the Map: -
Uses of BluezNotReadyException in org.bluez
Methods in org.bluez that throw BluezNotReadyExceptionModifier 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.org.freedesktop.dbus.DBusPathAdapter1.ConnectDevice(Map<String, org.freedesktop.dbus.types.Variant<?>> _properties) From bluez documentation:
This method connects to device without need of
performing General Discovery.voidDevice1.ConnectProfile(String _uuid) From bluez documentation:
This method connects a specific profile of this
device.voidAdapter1.SetDiscoveryFilter(Map<String, org.freedesktop.dbus.types.Variant<?>> _filter) From bluez documentation:
This method sets the device discovery filter for the
caller.voidAdapter1.StartDiscovery()From bluez documentation:
This method starts the device discovery session.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.