Uses of Class
org.bluez.exceptions.BluezDoesNotExistException
Packages that use BluezDoesNotExistException
-
Uses of BluezDoesNotExistException in com.github.hypfvieh.bluetooth
Methods in com.github.hypfvieh.bluetooth that throw BluezDoesNotExistExceptionModifier and TypeMethodDescriptionvoidDeviceManager.setDefaultAdapter(BluetoothAdapter _adapter) Setup the default bluetooth adapter to use by giving an adapter object.voidDeviceManager.setDefaultAdapter(String _adapterMac) Setup the default bluetooth adapter to use by giving the adapters MAC address. -
Uses of BluezDoesNotExistException in org.bluez
Methods in org.bluez that throw BluezDoesNotExistExceptionModifier and TypeMethodDescriptionvoidDevice1.CancelPairing()From bluez documentation:
This method can be used to cancel a pairing
operation initiated by the Pair method.
voidAgentManager1.RequestDefaultAgent(org.freedesktop.dbus.DBusPath _agent) From bluez documentation:
This requests is to make the application agent
the default agent.voidLEAdvertisingManager1.UnregisterAdvertisement(org.freedesktop.dbus.DBusPath _advertisement) From bluez documentation:
This unregisters an advertisement that has been
previously registered.voidAgentManager1.UnregisterAgent(org.freedesktop.dbus.DBusPath _agent) From bluez documentation:
This unregisters the agent that has been previously
registered.voidGattManager1.UnregisterApplication(org.freedesktop.dbus.DBusPath _application) From bluez documentation:
This unregisters the services that has been
previously registered.voidMedia1.UnregisterApplication(org.freedesktop.dbus.DBusPath _application) From bluez documentation:
This unregisters the services that has been
previously registered.voidProfileManager1.UnregisterProfile(org.freedesktop.dbus.DBusPath _profile) From bluez documentation:
This unregisters the profile that has been previously
registered. -
Uses of BluezDoesNotExistException in org.bluez.obex
Methods in org.bluez.obex that throw BluezDoesNotExistExceptionModifier and TypeMethodDescriptionvoidAgentManager1.UnregisterAgent(org.freedesktop.dbus.DBusPath _agent) From bluez documentation:
This unregisters the agent that has been previously
registered.